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

Data Fields

const struct i2c_msgmsg
 
size_t pos
 
size_t nmsgs
 
enum kempld_i2c_state state
 

Detailed Description

Definition at line 61 of file kempld_i2c.c.

Field Documentation

◆ msg

const struct i2c_msg* kempld_i2c_data::msg

Definition at line 62 of file kempld_i2c.c.

Referenced by kempld_i2c_process().

◆ nmsgs

size_t kempld_i2c_data::nmsgs

Definition at line 64 of file kempld_i2c.c.

Referenced by kempld_i2c_process().

◆ pos

size_t kempld_i2c_data::pos

Definition at line 63 of file kempld_i2c.c.

Referenced by kempld_i2c_process().

◆ state

enum kempld_i2c_state kempld_i2c_data::state

Definition at line 64 of file kempld_i2c.c.

Referenced by kempld_i2c_process().


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