|
STM32G474xx HAL 用户手册
|
宏定义 | |
| #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 FDCAN_IT_TX_ABORT_COMPLETE FDCAN_IE_TCFE |
传输取消完成
Definition at line 884 of file stm32g4xx_hal_fdcan.h.
Referenced by HAL_FDCAN_ActivateNotification(), HAL_FDCAN_DeactivateNotification(), and HAL_FDCAN_IRQHandler().
| #define FDCAN_IT_TX_COMPLETE FDCAN_IE_TCE |
传输完成
Definition at line 883 of file stm32g4xx_hal_fdcan.h.
Referenced by HAL_FDCAN_ActivateNotification(), HAL_FDCAN_DeactivateNotification(), and HAL_FDCAN_IRQHandler().
| #define FDCAN_IT_TX_FIFO_EMPTY FDCAN_IE_TFEE |
发送 FIFO 为空
Definition at line 885 of file stm32g4xx_hal_fdcan.h.
Referenced by HAL_FDCAN_IRQHandler().
1.7.6.1