Searched refs:CAN_MOD_LOM (Results 1 – 9 of 9) sorted by relevance
27 #define CAN_MOD_LOM BIT1 macro
325 #define CAN_MOD_LOM (0x01U << CAN_MOD_LOM_Pos) ///< CAN listen only mo… macro
70 if((hcan->Instance->MOD & CAN_MOD_LOM) != CAN_OperatingMode_Listen) in HAL_CAN_OperatingModeRequest()
4180 #define CAN_MOD_LOM ((uint16_t)0x0002) macro
4189 #define CAN_MOD_LOM ((uint16_t)0x0002) macro
4484 #define CAN_MOD_LOM ((uint16_t)0x0002) macro
6413 #define CAN_MOD_LOM(x) (((uint32_t)(((uint32_t)(x)) << CAN_MOD_LOM_SHIFT))… macro
Completed in 139 milliseconds