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

#include <acpi_device.h>

Collaboration diagram for acpi_i2c:
Collaboration graph

Data Fields

uint16_t address
 
enum i2c_address_mode mode_10bit
 
enum i2c_speed speed
 
const char * resource
 

Detailed Description

Definition at line 302 of file acpi_device.h.

Field Documentation

◆ address

◆ mode_10bit

enum i2c_address_mode acpi_i2c::mode_10bit

Definition at line 304 of file acpi_device.h.

Referenced by acpi_device_write_i2c().

◆ resource

const char* acpi_i2c::resource

Definition at line 310 of file acpi_device.h.

Referenced by acpi_device_write_i2c().

◆ speed

enum i2c_speed acpi_i2c::speed

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