mss_can_mode

Type Alias mss_can_mode 

Source
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

ModesDescription
CANOP_MODE_NORMALIndicates CAN controller is in normal
operational mode.
CANOP_MODE_LISTEN_ONLYIndicates CAN controller is in listen
only mode.
CANOP_MODE_EXT_LOOPBACKIndicates CAN controller is in external
loop back mode.
CANOP_MODE_INT_LOOPBACKIndicates CAN controller is in internal
loop back mode.
CANOP_SRAM_TEST_MODEIndicates CAN controller is in test mode.
CANOP_SW_RESETIndicates CAN controller is in stop mode.