STM32H735xx HAL User Manual
|
FDCAN Tx event FIFO structure definition. More...
#include <stm32h7xx_hal_fdcan.h>
Data Fields | |
uint32_t | Identifier |
uint32_t | IdType |
uint32_t | TxFrameType |
uint32_t | DataLength |
uint32_t | ErrorStateIndicator |
uint32_t | BitRateSwitch |
uint32_t | FDFormat |
uint32_t | TxTimestamp |
uint32_t | MessageMarker |
uint32_t | EventType |
FDCAN Tx event FIFO structure definition.
Definition at line 318 of file stm32h7xx_hal_fdcan.h.
Specifies whether the Tx frame is transmitted with or without bit rate switching. This parameter can be a value of FDCAN Bit Rate Switching
Definition at line 337 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetTxEvent().
uint32_t FDCAN_TxEventFifoTypeDef::DataLength |
Specifies the length of the transmitted frame. This parameter can be a value of FDCAN Data Length Code
Definition at line 331 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetTxEvent().
Specifies the error state indicator. This parameter can be a value of FDCAN Error State Indicator
Definition at line 334 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetTxEvent().
uint32_t FDCAN_TxEventFifoTypeDef::EventType |
Specifies the event type. This parameter can be a value of FDCAN Event Type
Definition at line 353 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetTxEvent().
uint32_t FDCAN_TxEventFifoTypeDef::FDFormat |
Specifies whether the Tx frame is transmitted in classic or FD format. This parameter can be a value of FDCAN format
Definition at line 341 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetTxEvent().
uint32_t FDCAN_TxEventFifoTypeDef::Identifier |
Specifies the identifier. This parameter must be a number between:
Definition at line 320 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetTxEvent().
uint32_t FDCAN_TxEventFifoTypeDef::IdType |
Specifies the identifier type for the transmitted message. This parameter can be a value of FDCAN ID Type
Definition at line 325 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetTxEvent().
Specifies the message marker copied into Tx Event FIFO element for identification of Tx message status. This parameter must be a number between 0 and 0xFF
Definition at line 349 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetTxEvent().
Specifies the frame type of the transmitted message. This parameter can be a value of FDCAN Frame Type
Definition at line 328 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetTxEvent().
Specifies the timestamp counter value captured on start of frame transmission. This parameter must be a number between 0 and 0xFFFF
Definition at line 345 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetTxEvent().