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

#include <ec_commands.h>

Collaboration diagram for ec_host_request4:
Collaboration graph

Data Fields

uint8_t fields0
 
uint8_t fields1
 
uint16_t command
 
uint16_t data_len
 
uint8_t reserved
 
uint8_t header_crc
 

Detailed Description

Definition at line 1006 of file ec_commands.h.

Field Documentation

◆ command

uint16_t ec_host_request4::command

Definition at line 1023 of file ec_commands.h.

◆ data_len

uint16_t ec_host_request4::data_len

Definition at line 1026 of file ec_commands.h.

◆ fields0

uint8_t ec_host_request4::fields0

Definition at line 1013 of file ec_commands.h.

◆ fields1

uint8_t ec_host_request4::fields1

Definition at line 1020 of file ec_commands.h.

◆ header_crc

uint8_t ec_host_request4::header_crc

Definition at line 1032 of file ec_commands.h.

◆ reserved

uint8_t ec_host_request4::reserved

Definition at line 1029 of file ec_commands.h.


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