Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
peci_buf Struct Reference

PECI buffer structure. More...

#include <peci.h>

Data Fields

uint8_tbuf
 Valid pointer on a data buffer, or NULL otherwise.
 
size_t len
 Length of the data buffer expected to be received without considering the frame check sequence byte.
 

Detailed Description

PECI buffer structure.

Field Documentation

◆ buf

uint8_t* peci_buf::buf

Valid pointer on a data buffer, or NULL otherwise.

◆ len

size_t peci_buf::len

Length of the data buffer expected to be 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.

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