STM32H735xx HAL User Manual
|
FDCAN Protocol Status structure definition. More...
#include <stm32h7xx_hal_fdcan.h>
Data Fields | |
uint32_t | LastErrorCode |
uint32_t | DataLastErrorCode |
uint32_t | Activity |
uint32_t | ErrorPassive |
uint32_t | Warning |
uint32_t | BusOff |
uint32_t | RxESIflag |
uint32_t | RxBRSflag |
uint32_t | RxFDFflag |
uint32_t | ProtocolException |
uint32_t | TDCvalue |
FDCAN Protocol Status structure definition.
Definition at line 388 of file stm32h7xx_hal_fdcan.h.
Specifies the FDCAN module communication state. This parameter can be a value of FDCAN communication state
Definition at line 397 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetProtocolStatus().
uint32_t FDCAN_ProtocolStatusTypeDef::BusOff |
Specifies the FDCAN module Bus_Off status. This parameter can be:
Definition at line 410 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetProtocolStatus().
Specifies the type of the last error that occurred in the data phase of a CAN FD format frame with its BRS flag set. This parameter can be a value of FDCAN protocol error code
Definition at line 393 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetProtocolStatus().
Specifies the FDCAN module error status. This parameter can be:
Definition at line 400 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetProtocolStatus().
Specifies the type of the last error that occurred on the FDCAN bus. This parameter can be a value of FDCAN protocol error code
Definition at line 390 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetProtocolStatus().
Specifies the FDCAN module Protocol Exception status. This parameter can be:
Definition at line 430 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetProtocolStatus().
Specifies BRS flag of last received CAN FD message. This parameter can be:
Definition at line 420 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetProtocolStatus().
Specifies ESI flag of last received CAN FD message. This parameter can be:
Definition at line 415 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetProtocolStatus().
Specifies if CAN FD message (FDF flag set) has been received since last protocol status. This parameter can be:
Definition at line 425 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetProtocolStatus().
Specifies the Transmitter Delay Compensation Value. This parameter can be a number between 0 and 127
Definition at line 435 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetProtocolStatus().
uint32_t FDCAN_ProtocolStatusTypeDef::Warning |
Specifies the FDCAN module warning status. This parameter can be:
Definition at line 405 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetProtocolStatus().