|
Zephyr Project API
3.4.0
A Scalable Open Source RTOS
|
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 |
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