We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1004901 commit 1fb6c63Copy full SHA for 1fb6c63
include/drivers/can.h
@@ -88,13 +88,13 @@ extern "C" {
88
* @brief Defines the mode of the CAN controller
89
*/
90
enum can_mode {
91
- /* Normal mode. */
+ /** Normal mode. */
92
CAN_NORMAL_MODE,
93
- /* Controller is not allowed to send dominant bits. */
+ /** Controller is not allowed to send dominant bits. */
94
CAN_SILENT_MODE,
95
- /* Controller is in loopback mode (receives own frames). */
+ /** Controller is in loopback mode (receives own frames). */
96
CAN_LOOPBACK_MODE,
97
- /* Combination of loopback and silent modes. */
+ /** Combination of loopback and silent modes. */
98
CAN_SILENT_LOOPBACK_MODE
99
};
100
0 commit comments