coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gpio.c File Reference
#include "../../variant.h"
Include dependency graph for gpio.c:

Go to the source code of this file.

Functions

const struct pad_configvariant_gpio_table (size_t *num)
 

Variables

static const struct pad_config gpio_table []
 

Function Documentation

◆ variant_gpio_table()

const struct pad_config* variant_gpio_table ( size_t num)

Definition at line 591 of file gpio.c.

References ARRAY_SIZE, and gpio_table.

Variable Documentation

◆ gpio_table

const struct pad_config gpio_table[]
static

Definition at line 1 of file gpio.c.

Referenced by variant_gpio_table().