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

PECI transaction packet format. More...

#include <peci.h>

Data Fields

uint8_t addr
 
enum peci_command_code cmd_code
 
struct peci_buf tx_buffer
 
struct peci_buf rx_buffer
 
uint8_t flags
 

Detailed Description

PECI transaction packet format.

Field Documentation

◆ addr

uint8_t peci_msg::addr

Client address

◆ cmd_code

enum peci_command_code peci_msg::cmd_code

Command code

◆ flags

uint8_t peci_msg::flags

PECI msg flags

◆ rx_buffer

struct peci_buf peci_msg::rx_buffer

Pointer to buffer of read data

◆ tx_buffer

struct peci_buf peci_msg::tx_buffer

Pointer to buffer of write data


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