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

PECI transaction packet format. More...

#include <peci.h>

Data Fields

uint8_t addr
 Client address.
 
enum peci_command_code cmd_code
 Command code.
 
struct peci_buf tx_buffer
 Pointer to buffer of write data.
 
struct peci_buf rx_buffer
 Pointer to buffer of read data.
 
uint8_t flags
 PECI msg 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: