Zephyr Project API 4.2.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sent.h File Reference

Go to the source code of this file.

Macros

Fast Message CRC Configuration Flags
#define FAST_CRC_DISABLE   0
 Disable CRC check for fast message.
 
#define FAST_CRC_LEGACY_IMPLEMENTATION   1
 Use legacy CRC algorithm for fast message.
 
#define FAST_CRC_RECOMMENDED_IMPLEMENTATION   2
 Use the recommended CRC algorithm for fast message.
 
#define FAST_CRC_STATUS_INCLUDE   4
 Include CRC status in fast message.
 
Short Serial Message CRC Configuration Flags
#define SHORT_CRC_LEGACY_IMPLEMENTATION   0
 Legacy CRC algorithm for short serial message.
 
#define SHORT_CRC_RECOMMENDED_IMPLEMENTATION   1
 Recommended CRC algorithm for short serial message.