STM32H735xx HAL User Manual
Defines
FDCAN Tx Interrupts
FDCAN Interrupts

Defines

#define FDCAN_IT_TX_COMPLETE   FDCAN_IE_TCE
#define FDCAN_IT_TX_ABORT_COMPLETE   FDCAN_IE_TCFE
#define FDCAN_IT_TX_FIFO_EMPTY   FDCAN_IE_TFEE

Define Documentation

#define FDCAN_IT_TX_ABORT_COMPLETE   FDCAN_IE_TCFE

Transmission Cancellation Finished

Definition at line 1578 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_ActivateNotification(), HAL_FDCAN_DeactivateNotification(), and HAL_FDCAN_IRQHandler().

#define FDCAN_IT_TX_COMPLETE   FDCAN_IE_TCE

Transmission Completed

Definition at line 1577 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_ActivateNotification(), HAL_FDCAN_DeactivateNotification(), and HAL_FDCAN_IRQHandler().

#define FDCAN_IT_TX_FIFO_EMPTY   FDCAN_IE_TFEE

Tx FIFO Empty

Definition at line 1579 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_IRQHandler().