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

#include <ec_commands.h>

Collaboration diagram for ec_host_response4:
Collaboration graph

Data Fields

uint8_t fields0
 
uint8_t fields1
 
uint16_t result
 
uint16_t data_len
 
uint8_t reserved
 
uint8_t header_crc
 

Detailed Description

Definition at line 1036 of file ec_commands.h.

Field Documentation

◆ data_len

uint16_t ec_host_response4::data_len

Definition at line 1055 of file ec_commands.h.

◆ fields0

uint8_t ec_host_response4::fields0

Definition at line 1043 of file ec_commands.h.

◆ fields1

uint8_t ec_host_response4::fields1

Definition at line 1049 of file ec_commands.h.

◆ header_crc

uint8_t ec_host_response4::header_crc

Definition at line 1061 of file ec_commands.h.

◆ reserved

uint8_t ec_host_response4::reserved

Definition at line 1058 of file ec_commands.h.

◆ result

uint16_t ec_host_response4::result

Definition at line 1052 of file ec_commands.h.


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