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

#include <cdp.h>

Collaboration diagram for gpio_func_data_t:
Collaboration graph

Data Fields

unsigned int gpio
 
unsigned int func
 
unsigned int dir
 
unsigned int pull
 
unsigned int drvstr
 
unsigned int enable
 
gpio_t gpio
 

Detailed Description

Definition at line 26 of file cdp.h.

Field Documentation

◆ dir

unsigned int gpio_func_data_t::dir

Definition at line 29 of file cdp.h.

◆ drvstr

unsigned int gpio_func_data_t::drvstr

Definition at line 31 of file cdp.h.

◆ enable

unsigned int gpio_func_data_t::enable

Definition at line 32 of file cdp.h.

◆ func

unsigned int gpio_func_data_t::func

Definition at line 28 of file cdp.h.

◆ gpio [1/2]

unsigned int gpio_func_data_t::gpio

Definition at line 27 of file cdp.h.

◆ gpio [2/2]

gpio_t gpio_func_data_t::gpio

Definition at line 27 of file cdp.h.

◆ pull

unsigned int gpio_func_data_t::pull

Definition at line 30 of file cdp.h.


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