Searched defs:CanMsg (Results 1 – 1 of 1) sorted by relevance
35 struct CanMsg { struct36 union {41 uint32_t ide : 1;42 uint32_t rtr : 1;43 uint32_t padding : 1;44 uint8_t dlc;45 uint8_t data[CAN_DATA_LEN];46 int32_t error;47 const struct CanFilter *filter;