ADTF_DEVICE_TOOLBOX  3.12.1 (ADTF 3.18.3)
tCANFDData::tStatus

CAN FD bus status structure. More...

Public Attributes

uint32_t ui32BitRate
 Arbitration or nominal CAN FD bus bitrate.
 
uint32_t ui32RxBitCount
 Count of received bits.
 
uint32_t ui32TxBitCount
 Count of transmitted bits.
 
uint16_t ui16RxErrorCounter
 Error counter for the receive section of the CAN FD controller.
 
uint16_t ui16TxErrorCounter
 Error counter for the transmit section of the CAN FD controller.
 
uint8_t ui8BusStatus
 Flags. More...
 
uint8_t ui8Reserved
 reserved, should be zero
 
uint32_t ui32DataBitRate
 alternate Bitrate used for Data inCAN FD messages with BRS flag set.
 
uint8_t aui8Reserved [56]
 reserved, should be Zero
 

Detailed Description

CAN FD bus status structure.

Definition at line 269 of file canfd_types.h.

Member Data Documentation

◆ ui8BusStatus

uint8_t ui8BusStatus

Flags.

See also
eBusStatus

Definition at line 276 of file canfd_types.h.