STM32H735xx HAL User Manual
Defines
FDCAN Error Status Interrupts
FDCAN Interrupts

Defines

#define FDCAN_IT_ERROR_PASSIVE   FDCAN_IE_EPE
#define FDCAN_IT_ERROR_WARNING   FDCAN_IE_EWE
#define FDCAN_IT_BUS_OFF   FDCAN_IE_BOE

Define Documentation

#define FDCAN_IT_BUS_OFF   FDCAN_IE_BOE

Bus_Off status changed

Definition at line 1662 of file stm32h7xx_hal_fdcan.h.

#define FDCAN_IT_ERROR_PASSIVE   FDCAN_IE_EPE

Error_Passive status changed

Definition at line 1660 of file stm32h7xx_hal_fdcan.h.

#define FDCAN_IT_ERROR_WARNING   FDCAN_IE_EWE

Error_Warning status changed

Definition at line 1661 of file stm32h7xx_hal_fdcan.h.