STM32L486xx 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 543 of file stm32l4xx_hal_can.h.

Referenced by HAL_CAN_IRQHandler().

#define CAN_IT_ERROR   ((uint32_t)CAN_IER_ERRIE)

Error Interrupt

Definition at line 545 of file stm32l4xx_hal_can.h.

Referenced by HAL_CAN_IRQHandler().

#define CAN_IT_ERROR_PASSIVE   ((uint32_t)CAN_IER_EPVIE)

Error passive interrupt

Definition at line 542 of file stm32l4xx_hal_can.h.

Referenced by HAL_CAN_IRQHandler().

#define CAN_IT_ERROR_WARNING   ((uint32_t)CAN_IER_EWGIE)

Error warning interrupt

Definition at line 541 of file stm32l4xx_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 544 of file stm32l4xx_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 530 of file stm32l4xx_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 529 of file stm32l4xx_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 531 of file stm32l4xx_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 533 of file stm32l4xx_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 532 of file stm32l4xx_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 534 of file stm32l4xx_hal_can.h.

Referenced by HAL_CAN_IRQHandler().

#define CAN_IT_SLEEP_ACK   ((uint32_t)CAN_IER_SLKIE)

Sleep acknowledge interrupt

Definition at line 538 of file stm32l4xx_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 526 of file stm32l4xx_hal_can.h.

Referenced by HAL_CAN_IRQHandler().

#define CAN_IT_WAKEUP   ((uint32_t)CAN_IER_WKUIE)

Wake-up interrupt

Definition at line 537 of file stm32l4xx_hal_can.h.

Referenced by HAL_CAN_IRQHandler().