STM32F479xx HAL User Manual
|
Defines | |
#define | CAN_IT_TX_MAILBOX_EMPTY ((uint32_t)CAN_IER_TMEIE) |
#define | CAN_IT_RX_FIFO0_MSG_PENDING ((uint32_t)CAN_IER_FMPIE0) |
#define | CAN_IT_RX_FIFO0_FULL ((uint32_t)CAN_IER_FFIE0) |
#define | CAN_IT_RX_FIFO0_OVERRUN ((uint32_t)CAN_IER_FOVIE0) |
#define | CAN_IT_RX_FIFO1_MSG_PENDING ((uint32_t)CAN_IER_FMPIE1) |
#define | CAN_IT_RX_FIFO1_FULL ((uint32_t)CAN_IER_FFIE1) |
#define | CAN_IT_RX_FIFO1_OVERRUN ((uint32_t)CAN_IER_FOVIE1) |
#define | CAN_IT_WAKEUP ((uint32_t)CAN_IER_WKUIE) |
#define | CAN_IT_SLEEP_ACK ((uint32_t)CAN_IER_SLKIE) |
#define | CAN_IT_ERROR_WARNING ((uint32_t)CAN_IER_EWGIE) |
#define | CAN_IT_ERROR_PASSIVE ((uint32_t)CAN_IER_EPVIE) |
#define | CAN_IT_BUSOFF ((uint32_t)CAN_IER_BOFIE) |
#define | CAN_IT_LAST_ERROR_CODE ((uint32_t)CAN_IER_LECIE) |
#define | CAN_IT_ERROR ((uint32_t)CAN_IER_ERRIE) |
#define CAN_IT_BUSOFF ((uint32_t)CAN_IER_BOFIE) |
Bus-off interrupt
Definition at line 527 of file stm32f4xx_hal_can.h.
Referenced by HAL_CAN_IRQHandler().
#define CAN_IT_ERROR ((uint32_t)CAN_IER_ERRIE) |
Error Interrupt
Definition at line 529 of file stm32f4xx_hal_can.h.
Referenced by HAL_CAN_IRQHandler().
#define CAN_IT_ERROR_PASSIVE ((uint32_t)CAN_IER_EPVIE) |
Error passive interrupt
Definition at line 526 of file stm32f4xx_hal_can.h.
Referenced by HAL_CAN_IRQHandler().
#define CAN_IT_ERROR_WARNING ((uint32_t)CAN_IER_EWGIE) |
Error warning interrupt
Definition at line 525 of file stm32f4xx_hal_can.h.
Referenced by HAL_CAN_IRQHandler().
#define CAN_IT_LAST_ERROR_CODE ((uint32_t)CAN_IER_LECIE) |
Last error code interrupt
Definition at line 528 of file stm32f4xx_hal_can.h.
Referenced by HAL_CAN_IRQHandler().
#define CAN_IT_RX_FIFO0_FULL ((uint32_t)CAN_IER_FFIE0) |
FIFO 0 full interrupt
Definition at line 514 of file stm32f4xx_hal_can.h.
Referenced by HAL_CAN_IRQHandler().
#define CAN_IT_RX_FIFO0_MSG_PENDING ((uint32_t)CAN_IER_FMPIE0) |
FIFO 0 message pending interrupt
Definition at line 513 of file stm32f4xx_hal_can.h.
Referenced by HAL_CAN_IRQHandler().
#define CAN_IT_RX_FIFO0_OVERRUN ((uint32_t)CAN_IER_FOVIE0) |
FIFO 0 overrun interrupt
Definition at line 515 of file stm32f4xx_hal_can.h.
Referenced by HAL_CAN_IRQHandler().
#define CAN_IT_RX_FIFO1_FULL ((uint32_t)CAN_IER_FFIE1) |
FIFO 1 full interrupt
Definition at line 517 of file stm32f4xx_hal_can.h.
Referenced by HAL_CAN_IRQHandler().
#define CAN_IT_RX_FIFO1_MSG_PENDING ((uint32_t)CAN_IER_FMPIE1) |
FIFO 1 message pending interrupt
Definition at line 516 of file stm32f4xx_hal_can.h.
Referenced by HAL_CAN_IRQHandler().
#define CAN_IT_RX_FIFO1_OVERRUN ((uint32_t)CAN_IER_FOVIE1) |
FIFO 1 overrun interrupt
Definition at line 518 of file stm32f4xx_hal_can.h.
Referenced by HAL_CAN_IRQHandler().
#define CAN_IT_SLEEP_ACK ((uint32_t)CAN_IER_SLKIE) |
Sleep acknowledge interrupt
Definition at line 522 of file stm32f4xx_hal_can.h.
Referenced by HAL_CAN_IRQHandler().
#define CAN_IT_TX_MAILBOX_EMPTY ((uint32_t)CAN_IER_TMEIE) |
Transmit mailbox empty interrupt
Definition at line 510 of file stm32f4xx_hal_can.h.
Referenced by HAL_CAN_IRQHandler().
#define CAN_IT_WAKEUP ((uint32_t)CAN_IER_WKUIE) |
Wake-up interrupt
Definition at line 521 of file stm32f4xx_hal_can.h.
Referenced by HAL_CAN_IRQHandler().