|
Midnight Sun Firmware
|
Loading...
Searching...
No Matches
27#define CAN_MSG_MAX_STD_IDS (1 << 11)
42 uint16_t source_id : 4;
uint32_t CanMessageId
CAN message ID.
Definition: can_msg.h:34
CAN message structure.
Definition: can_msg.h:55
size_t dlc
Definition: can_msg.h:58
bool extended
Definition: can_msg.h:57
CanId id
Definition: can_msg.h:56
uint8_t data_u8[8]
Definition: can_msg.h:63
uint16_t data_u16[4]
Definition: can_msg.h:62
uint32_t data_u32[2]
Definition: can_msg.h:61
uint64_t data
Definition: can_msg.h:60
CAN message ID.
Definition: can_msg.h:39