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

Data Fields

uint8_t response
 
uint8_t length
 
uint8_t data [MAX_I2C_DATA_SIZE+1]
 

Detailed Description

Definition at line 137 of file ec_i2c.c.

Field Documentation

◆ data

uint8_t EcResponseI2c::data[MAX_I2C_DATA_SIZE+1]

Definition at line 140 of file ec_i2c.c.

Referenced by ec_verify_checksum(), and google_chromeec_command().

◆ length

uint8_t EcResponseI2c::length

Definition at line 139 of file ec_i2c.c.

Referenced by ec_verify_checksum(), and google_chromeec_command().

◆ response

uint8_t EcResponseI2c::response

Definition at line 138 of file ec_i2c.c.

Referenced by google_chromeec_command().


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