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

Data Fields

enum i2c_speed speed
 
struct freq freq
 
int min_thigh_ns
 
int min_tlow_ns
 

Detailed Description

Definition at line 149 of file dw_i2c.c.

Field Documentation

◆ freq

struct freq i2c_descriptor::freq

Definition at line 143 of file dw_i2c.c.

◆ min_thigh_ns

int i2c_descriptor::min_thigh_ns

Definition at line 152 of file dw_i2c.c.

◆ min_tlow_ns

int i2c_descriptor::min_tlow_ns

Definition at line 153 of file dw_i2c.c.

◆ speed

enum i2c_speed i2c_descriptor::speed

Definition at line 143 of file dw_i2c.c.

Referenced by get_bus_descriptor().


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