Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
|
|
3.0.0 |
CAN frame for Linux SocketCAN compatibility. More...
#include <can.h>
Data Fields | |
canid_t | can_id |
uint8_t | can_dlc |
uint8_t | data [CAN_MAX_DLEN] |
CAN frame for Linux SocketCAN compatibility.
uint8_t can_frame::can_dlc |
The data length code (DLC).
canid_t can_frame::can_id |
32-bit CAN ID + EFF/RTR/ERR flags.
uint8_t can_frame::data[CAN_MAX_DLEN] |
The payload data.