coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
EcCommandI2c Struct Reference
Collaboration diagram for EcCommandI2c:
Collaboration graph

Data Fields

uint8_t version
 
uint8_t command
 
uint8_t length
 
uint8_t data [MAX_I2C_DATA_SIZE+1]
 

Detailed Description

Definition at line 130 of file ec_i2c.c.

Field Documentation

◆ command

uint8_t EcCommandI2c::command

Definition at line 132 of file ec_i2c.c.

Referenced by google_chromeec_command().

◆ data

uint8_t EcCommandI2c::data[MAX_I2C_DATA_SIZE+1]

Definition at line 134 of file ec_i2c.c.

Referenced by ec_fill_checksum(), and google_chromeec_command().

◆ length

uint8_t EcCommandI2c::length

Definition at line 133 of file ec_i2c.c.

Referenced by ec_fill_checksum(), and google_chromeec_command().

◆ version

uint8_t EcCommandI2c::version

Definition at line 131 of file ec_i2c.c.

Referenced by google_chromeec_command().


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