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

#include <gpio_common.h>

Collaboration diagram for gpio_drv_info:
Collaboration graph

Data Fields

uint32_t offset
 
uint8_t shift
 
uint8_t width
 

Detailed Description

Definition at line 36 of file gpio_common.h.

Field Documentation

◆ offset

uint32_t gpio_drv_info::offset

Definition at line 37 of file gpio_common.h.

Referenced by gpio_get_driving_adv(), gpio_set_driving(), and gpio_set_driving_adv().

◆ shift

uint8_t gpio_drv_info::shift

Definition at line 38 of file gpio_common.h.

Referenced by gpio_get_driving_adv(), gpio_set_driving(), and gpio_set_driving_adv().

◆ width

uint8_t gpio_drv_info::width

Definition at line 39 of file gpio_common.h.

Referenced by gpio_get_driving_adv(), gpio_set_driving(), and gpio_set_driving_adv().


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