|
Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
PECI buffer structure. More...
#include <peci.h>
Data Fields | |
| uint8_t * | buf |
| size_t | len |
PECI buffer structure.
| buf | is a valid pointer on a data buffer, or NULL otherwise. |
| len | is the length of the data buffer expected to received without considering the frame check sequence byte. |
Note: Frame check sequence byte is added into rx buffer, need to allocate an additional byte for this in rx buffer.
| uint8_t* peci_buf::buf |
| size_t peci_buf::len |