CAT2 Peripheral Driver Library
cy_stc_can_message_frame_t Struct Reference

Description

CAN message frame.

Data Fields

uint32_t id
 Frame identifier.
 
uint32_t data [2]
 Frame data.
 
uint8_t length
 Frame data length.
 
bool rtr
 Set to TRUE if remote frame.
 
bool ide
 Set to TRUE if extended id format.