Searched refs:CAN_CR_RIE (Results 1 – 6 of 6) sorted by relevance
85 …CAN_IT_RIE = CAN_CR_RIE, ///< Overflow interrup…
194 #define CAN_CR_RIE (0x01U << CAN_CR_RIE_Pos) ///< CAN receive interr… macro
4066 #define CAN_CR_RIE ((uint16_t)0x0002) macro
4075 #define CAN_CR_RIE ((uint16_t)0x0002) macro
4370 #define CAN_CR_RIE ((uint16_t)0x0002) macro
6437 #define CAN_CR_RIE(x) (((uint32_t)(((uint32_t)(x)) << CAN_CR_RIE_SHIFT)) … macro
Completed in 134 milliseconds