STM32F439xx HAL User Manual
Defines
CAN Interrupts
CAN Exported Constants

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 Documentation

#define CAN_IT_BUSOFF   ((uint32_t)CAN_IER_BOFIE)

Bus-off interrupt

Definition at line 479 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 481 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 478 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 477 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 480 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 466 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 465 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 467 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 469 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 468 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 470 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 474 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 462 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 473 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_IRQHandler().