#include <canif.h>
Definition at line 60 of file canif.h.
Data Fields | |
| union { | |
| struct { | |
| U32 id: 32 | |
| U32 id_mask: 32 | |
| } | |
| struct { | |
| U32 __pad0__: 1 | |
| U32 __pad1__: 1 | |
| U32 id_bit: 29 | |
| U32 id_mask_bit: 29 | |
| U32 ide_bit: 1 | |
| U32 ide_mask_bit: 1 | |
| U32 rtr_bit: 1 | |
| U32 rtr_mask_bit: 1 | |
| } | |
| }; | |
| Union64 | data |
| union { ... } |
| Union64 can_msg_t::data |
| U32 can_msg_t::id |
1.5.5