coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ec_params_test_protocol Struct Reference

#include <ec_commands.h>

Collaboration diagram for ec_params_test_protocol:
Collaboration graph

Data Fields

uint32_t ec_result
 
uint32_t ret_len
 
uint8_t buf [32]
 

Detailed Description

Definition at line 1315 of file ec_commands.h.

Field Documentation

◆ buf

uint8_t ec_params_test_protocol::buf[32]

Definition at line 1318 of file ec_commands.h.

◆ ec_result

uint32_t ec_params_test_protocol::ec_result

Definition at line 1316 of file ec_commands.h.

◆ ret_len

uint32_t ec_params_test_protocol::ret_len

Definition at line 1317 of file ec_commands.h.


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