|
Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
SENT frame structure. More...
#include <sent.h>
Data Fields | ||
| enum sent_frame_type | type | |
| Type of SENT frame. | ||
| union { | ||
| struct { | ||
| uint8_t id | ||
| Serial message ID. More... | ||
| uint16_t data | ||
| Serial message data. More... | ||
| } serial | ||
| Serial message. More... | ||
| struct { | ||
| uint8_t data_nibbles [8] | ||
| Array of fast message data nibbles. More... | ||
| } fast | ||
| Fast message. More... | ||
| }; | ||
| uint32_t | timestamp | |
| Timestamp of when the frame was captured. | ||
| uint8_t | crc | |
| CRC checksum for message integrity validation. | ||
SENT frame structure.
| union { ... } sent_frame |
| uint8_t sent_frame::crc |
CRC checksum for message integrity validation.
| uint16_t sent_frame::data |
Serial message data.
| uint8_t sent_frame::data_nibbles[8] |
Array of fast message data nibbles.
| struct { ... } sent_frame::fast |
Fast message.
| uint8_t sent_frame::id |
Serial message ID.
| struct { ... } sent_frame::serial |
Serial message.
| uint32_t sent_frame::timestamp |
Timestamp of when the frame was captured.
| enum sent_frame_type sent_frame::type |
Type of SENT frame.