Searched refs:CAN_IT_FMP0 (Results 1 – 7 of 7) sorted by relevance
537 #define CAN_IT_FMP0 ((uint32_t)0x00000002) /*!< FIFO 0 message pending Interrupt*/ macro561 #define IS_CAN_IT(IT) (((IT) == CAN_IT_TME) || ((IT) == CAN_IT_FMP0) ||\
315 … CAN_ITConfig(drv_can_obj->can_base, CAN_IT_FMP0, DISABLE); /* FIFO 0 message pending Interrupt*/ in _can_control()361 CAN_ClearITPendingBit( drv_can_obj->can_base, CAN_IT_FMP0 ); in _can_control()368 … CAN_ITConfig(drv_can_obj->can_base, CAN_IT_FMP0, ENABLE); /* FIFO 0 message pending Interrupt*/ in _can_control()775 … if( ((can_base->RFIFO0 & CAN_RFIFO0_FMP0) ) && ((can_base->INTENR & CAN_IT_FMP0) == CAN_IT_FMP0) ) in _can_rx_isr()
288 #define CAN_IT_FMP0 ((uint32_t)0x00000002) /*!< FIFO 0 message pending Inter… macro
288 #define CAN_IT_FMP0 ((uint32_t)0x00000002) /* FIFO 0 message pending Interru… macro
963 case CAN_IT_FMP0: in CAN_GetITStatus()
968 case CAN_IT_FMP0: in CAN_GetITStatus()
1187 case CAN_IT_FMP0: in CAN_GetITStatus()
Completed in 30 milliseconds