pub type mss_can_mode = c_uint;Expand description
The mss_can_mode_t enumeration specifies the possible operating modes of CAN controller. The meaning of the constants is as described below
| Modes | Description |
|---|---|
| CANOP_MODE_NORMAL | Indicates CAN controller is in normal |
| operational mode. | |
| CANOP_MODE_LISTEN_ONLY | Indicates CAN controller is in listen |
| only mode. | |
| CANOP_MODE_EXT_LOOPBACK | Indicates CAN controller is in external |
| loop back mode. | |
| CANOP_MODE_INT_LOOPBACK | Indicates CAN controller is in internal |
| loop back mode. | |
| CANOP_SRAM_TEST_MODE | Indicates CAN controller is in test mode. |
| CANOP_SW_RESET | Indicates CAN controller is in stop mode. |