RTEMS CAN/CAN FD Stack
Loading...
Searching...
No Matches
Public Attributes | List of all members
can_frame Struct Reference

This structure represents one CAN frame. It consists of CAN header and data. More...

#include <can-frame.h>

Collaboration diagram for can_frame:
Collaboration graph
[legend]

Public Attributes

struct can_frame_header header
 This member stores the structure can_frame_header representing CAN header.
 
uint8_t data [CAN_FRAME_MAX_DLEN]
 This member stores CAN data.
 

Detailed Description

This structure represents one CAN frame. It consists of CAN header and data.


The documentation for this struct was generated from the following file: