Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
peci_buf Struct Reference

PECI buffer structure. More...

#include <peci.h>

Data Fields

uint8_tbuf
 
size_t len
 

Detailed Description

PECI buffer structure.

Parameters
bufis a valid pointer on a data buffer, or NULL otherwise.
lenis 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.

Field Documentation

◆ buf

uint8_t* peci_buf::buf

◆ len

size_t peci_buf::len

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