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

#include <chip.h>

Collaboration diagram for drivers_i2c_sx9310_config:
Collaboration graph

Data Fields

const char * desc
 
unsigned int uid
 
enum i2c_speed speed
 
struct acpi_gpio irq_gpio
 
struct acpi_irq irq
 
uint32_t cs0_ground
 
uint32_t startup_sensor
 
uint32_t proxraw_strength
 
uint32_t avg_pos_strength
 
uint32_t combined_sensors_count
 
uint32_t combined_sensors [MAX_COMBINED_SENSORS_ENTRIES]
 
enum sx9310_resolution resolution
 

Detailed Description

Definition at line 22 of file chip.h.

Field Documentation

◆ avg_pos_strength

uint32_t drivers_i2c_sx9310_config::avg_pos_strength

Definition at line 53 of file chip.h.

◆ combined_sensors

uint32_t drivers_i2c_sx9310_config::combined_sensors[MAX_COMBINED_SENSORS_ENTRIES]

Definition at line 61 of file chip.h.

◆ combined_sensors_count

uint32_t drivers_i2c_sx9310_config::combined_sensors_count

Definition at line 60 of file chip.h.

◆ cs0_ground

uint32_t drivers_i2c_sx9310_config::cs0_ground

Definition at line 44 of file chip.h.

◆ desc

const char* drivers_i2c_sx9310_config::desc

Definition at line 24 of file chip.h.

◆ irq

struct acpi_irq drivers_i2c_sx9310_config::irq

Definition at line 27 of file chip.h.

◆ irq_gpio

struct acpi_gpio drivers_i2c_sx9310_config::irq_gpio

Definition at line 27 of file chip.h.

◆ proxraw_strength

uint32_t drivers_i2c_sx9310_config::proxraw_strength

Definition at line 50 of file chip.h.

◆ resolution

enum sx9310_resolution drivers_i2c_sx9310_config::resolution

Definition at line 61 of file chip.h.

◆ speed

enum i2c_speed drivers_i2c_sx9310_config::speed

Definition at line 27 of file chip.h.

◆ startup_sensor

uint32_t drivers_i2c_sx9310_config::startup_sensor

Definition at line 47 of file chip.h.

◆ uid

unsigned int drivers_i2c_sx9310_config::uid

Definition at line 27 of file chip.h.


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