coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gpio.h File Reference
#include <soc/gpio.h>
Include dependency graph for gpio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const struct pad_config early_gpio_table []
 

Variable Documentation

◆ early_gpio_table

const struct pad_config early_gpio_table[]
static
Initial value:
= {
PAD_CFG_NF(GPIO_46, NATIVE, DEEP, NF1),
PAD_CFG_NF(GPIO_47, NATIVE, DEEP, NF1),
}
#define GPIO_46
Definition: gpio_apl.h:111
#define GPIO_47
Definition: gpio_apl.h:112
#define PAD_CFG_NF(pad, pull, rst, func)
Definition: gpio_defs.h:197

Definition at line 1 of file gpio.h.