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

Data Fields

enum exynos5_gpio_pin pin
 
unsigned int func
 
unsigned int pull
 
unsigned int drv
 

Detailed Description

Definition at line 36 of file pinmux.c.

Field Documentation

◆ drv

unsigned int gpio::drv

Definition at line 40 of file pinmux.c.

◆ func

unsigned int gpio::func

Definition at line 38 of file pinmux.c.

Referenced by exynos_pinmux_i2c(), and ipq_configure_gpio().

◆ pin

enum exynos5_gpio_pin gpio::pin

Definition at line 221 of file pinmux.c.

◆ pull

unsigned int gpio::pull

Definition at line 39 of file pinmux.c.

Referenced by acpi_device_write_gpio(), ipq_configure_gpio(), and sd_fill_soc_gpio_info().


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