STM32H735xx HAL User Manual
Defines
FDCAN Rx Interrupts
FDCAN Interrupts

Defines

#define FDCAN_IT_RX_HIGH_PRIORITY_MSG   FDCAN_IE_HPME
#define FDCAN_IT_RX_BUFFER_NEW_MESSAGE   FDCAN_IE_DRXE

Define Documentation

#define FDCAN_IT_RX_BUFFER_NEW_MESSAGE   FDCAN_IE_DRXE

At least one received message stored into a Rx Buffer

Definition at line 1588 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_IRQHandler().

#define FDCAN_IT_RX_HIGH_PRIORITY_MSG   FDCAN_IE_HPME

High priority message received

Definition at line 1587 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_IRQHandler().