Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Dflexcan.h13 typedef struct can_msgbuf_ctrl { struct
15 u8 tmstamp; /* 0x00 Timestamp */
16 u8 ctrl; /* 0x01 Control */
17 u16 idh; /* 0x02 ID High */
18 u16 idl; /* 0x04 ID High */
19 u8 data[8]; /* 0x06 8 Byte Data Field */
20 u16 res; /* 0x0E */