Home
last modified time | relevance | path

Searched defs:CanMsg (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dcan_if.h35 struct CanMsg { struct
36 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;