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

#include <gpio.h>

Collaboration diagram for pch_gpio_map:
Collaboration graph

Data Fields

struct {
   const struct pch_gpio_set1 *   mode
 
   const struct pch_gpio_set1 *   direction
 
   const struct pch_gpio_set1 *   level
 
   const struct pch_gpio_set1 *   reset
 
   const struct pch_gpio_set1 *   invert
 
   const struct pch_gpio_set1 *   blink
 
set1
 
struct {
   const struct pch_gpio_set2 *   mode
 
   const struct pch_gpio_set2 *   direction
 
   const struct pch_gpio_set2 *   level
 
   const struct pch_gpio_set2 *   reset
 
set2
 
struct {
   const struct pch_gpio_set3 *   mode
 
   const struct pch_gpio_set3 *   direction
 
   const struct pch_gpio_set3 *   level
 
   const struct pch_gpio_set3 *   reset
 
set3
 

Detailed Description

Definition at line 128 of file gpio.h.

Field Documentation

◆ blink

const struct pch_gpio_set1* pch_gpio_map::blink

Definition at line 135 of file gpio.h.

◆ direction [1/3]

const struct pch_gpio_set1* pch_gpio_map::direction

Definition at line 131 of file gpio.h.

◆ direction [2/3]

const struct pch_gpio_set2* pch_gpio_map::direction

Definition at line 139 of file gpio.h.

◆ direction [3/3]

const struct pch_gpio_set3* pch_gpio_map::direction

Definition at line 145 of file gpio.h.

◆ invert

const struct pch_gpio_set1* pch_gpio_map::invert

Definition at line 134 of file gpio.h.

◆ level [1/3]

const struct pch_gpio_set1* pch_gpio_map::level

Definition at line 132 of file gpio.h.

◆ level [2/3]

const struct pch_gpio_set2* pch_gpio_map::level

Definition at line 140 of file gpio.h.

◆ level [3/3]

const struct pch_gpio_set3* pch_gpio_map::level

Definition at line 146 of file gpio.h.

◆ mode [1/3]

const struct pch_gpio_set1* pch_gpio_map::mode

Definition at line 130 of file gpio.h.

◆ mode [2/3]

const struct pch_gpio_set2* pch_gpio_map::mode

Definition at line 138 of file gpio.h.

◆ mode [3/3]

const struct pch_gpio_set3* pch_gpio_map::mode

Definition at line 144 of file gpio.h.

◆ reset [1/3]

const struct pch_gpio_set1* pch_gpio_map::reset

Definition at line 133 of file gpio.h.

◆ reset [2/3]

const struct pch_gpio_set2* pch_gpio_map::reset

Definition at line 141 of file gpio.h.

◆ reset [3/3]

const struct pch_gpio_set3* pch_gpio_map::reset

Definition at line 147 of file gpio.h.

◆ 

struct { ... } pch_gpio_map::set1

◆ 

struct { ... } pch_gpio_map::set2

◆ 

struct { ... } pch_gpio_map::set3

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