Home
last modified time | relevance | path

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

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