| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
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. | |
PECI transaction packet format.
| uint8_t peci_msg::addr | 
Client address.
| enum peci_command_code peci_msg::cmd_code | 
Command code.
| uint8_t peci_msg::flags | 
PECI msg flags.
| struct peci_buf peci_msg::rx_buffer | 
Pointer to buffer of read data.
| struct peci_buf peci_msg::tx_buffer | 
Pointer to buffer of write data.