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

#include <ec_commands.h>

Collaboration diagram for ec_response_i2c_passthru:
Collaboration graph

Data Fields

uint8_t i2c_status
 
uint8_t num_msgs
 
uint8_t data []
 

Detailed Description

Definition at line 4532 of file ec_commands.h.

Field Documentation

◆ data

uint8_t ec_response_i2c_passthru::data[]

Definition at line 4535 of file ec_commands.h.

Referenced by google_chromeec_i2c_xfer().

◆ i2c_status

uint8_t ec_response_i2c_passthru::i2c_status

Definition at line 4533 of file ec_commands.h.

Referenced by google_chromeec_i2c_xfer().

◆ num_msgs

uint8_t ec_response_i2c_passthru::num_msgs

Definition at line 4534 of file ec_commands.h.


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