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

struct ec_lpc_host_args - Arguments at EC_LPC_ADDR_HOST_ARGS @flags: The host argument flags. More...

#include <ec_commands.h>

Collaboration diagram for ec_lpc_host_args:
Collaboration graph

Data Fields

uint8_t flags
 
uint8_t command_version
 
uint8_t data_size
 
uint8_t checksum
 

Detailed Description

struct ec_lpc_host_args - Arguments at EC_LPC_ADDR_HOST_ARGS @flags: The host argument flags.

@command_version: Command version. @data_size: The length of data. @checksum: Checksum; sum of command + flags + command_version + data_size + all params/response data bytes.

Definition at line 748 of file ec_commands.h.

Field Documentation

◆ checksum

uint8_t ec_lpc_host_args::checksum

Definition at line 752 of file ec_commands.h.

◆ command_version

uint8_t ec_lpc_host_args::command_version

Definition at line 750 of file ec_commands.h.

Referenced by google_chromeec_command().

◆ data_size

uint8_t ec_lpc_host_args::data_size

Definition at line 751 of file ec_commands.h.

◆ flags

uint8_t ec_lpc_host_args::flags

Definition at line 749 of file ec_commands.h.


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