ADTF_DEVICE_TOOLBOX  3.12.1 (ADTF 3.18.3)
tCANData::tStatus

CAN bus status structure. More...

Public Attributes

uint32_t ui32BitRate
 CAN 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 controller.
 
uint16_t ui16TxErrorCounter
 Error counter for the transmit section of the CAN controller.
 
uint8_t ui8BusStatus
 Flags. More...
 
uint8_t ui8Reserved
 reserved, should be zero
 
uint32_t ui32Reserved
 reserved, should be zero
 

Detailed Description

CAN bus status structure.

Definition at line 254 of file can_types.h.

Member Data Documentation

◆ ui8BusStatus

uint8_t ui8BusStatus

Flags.

See also
eBusStatus

Definition at line 261 of file can_types.h.