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

#include <ec_commands.h>

Collaboration diagram for ec_params_i2c_passthru:
Collaboration graph

Data Fields

uint8_t port
 
uint8_t num_msgs
 
struct ec_params_i2c_passthru_msg msg []
 

Detailed Description

Definition at line 4525 of file ec_commands.h.

Field Documentation

◆ msg

struct ec_params_i2c_passthru_msg ec_params_i2c_passthru::msg[]

Definition at line 4527 of file ec_commands.h.

Referenced by google_chromeec_i2c_xfer().

◆ num_msgs

uint8_t ec_params_i2c_passthru::num_msgs

Definition at line 4527 of file ec_commands.h.

Referenced by google_chromeec_i2c_xfer().

◆ port

uint8_t ec_params_i2c_passthru::port

Definition at line 4526 of file ec_commands.h.

Referenced by google_chromeec_i2c_xfer().


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