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

#include <coreboot_tables.h>

Collaboration diagram for lb_gpio:
Collaboration graph

Data Fields

uint32_t port
 
uint32_t polarity
 
uint32_t value
 
uint8_t name [GPIO_MAX_NAME_LENGTH]
 

Detailed Description

Definition at line 292 of file coreboot_tables.h.

Field Documentation

◆ name

uint8_t lb_gpio::name[GPIO_MAX_NAME_LENGTH]

Definition at line 299 of file coreboot_tables.h.

Referenced by lb_gpios().

◆ polarity

uint32_t lb_gpio::polarity

Definition at line 294 of file coreboot_tables.h.

Referenced by lb_gpios().

◆ port

uint32_t lb_gpio::port

Definition at line 293 of file coreboot_tables.h.

Referenced by lb_gpios().

◆ value

uint32_t lb_gpio::value

Definition at line 297 of file coreboot_tables.h.

Referenced by lb_gpios().


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