coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bit_cfg Union Reference
Collaboration diagram for bit_cfg:
Collaboration graph

Data Fields

u64 u
 
struct {
   u64   tx_oe: 1
 
   u64   xor: 1
 
   u64   int_en: 1
 
   u64   int_type: 1
 
   u64   filt_cnt: 4
 
   u64   filt_sel: 4
 
   u64   tx_od: 1
 
   u64   __pad0__: 3
 
   u64   pin_sel: 10
 
   u64   __pad1__: 38
 
s
 

Detailed Description

Definition at line 17 of file gpio.c.

Field Documentation

◆ __pad0__

u64 bit_cfg::__pad0__

Definition at line 27 of file gpio.c.

◆ __pad1__

u64 bit_cfg::__pad1__

Definition at line 29 of file gpio.c.

◆ filt_cnt

u64 bit_cfg::filt_cnt

Definition at line 24 of file gpio.c.

◆ filt_sel

u64 bit_cfg::filt_sel

Definition at line 25 of file gpio.c.

◆ int_en

u64 bit_cfg::int_en

Definition at line 22 of file gpio.c.

◆ int_type

u64 bit_cfg::int_type

Definition at line 23 of file gpio.c.

◆ pin_sel

u64 bit_cfg::pin_sel

Definition at line 28 of file gpio.c.

Referenced by gpio_input(), and gpio_output().

◆ 

struct { ... } bit_cfg::s

◆ tx_od

u64 bit_cfg::tx_od

Definition at line 26 of file gpio.c.

◆ tx_oe

u64 bit_cfg::tx_oe

Definition at line 20 of file gpio.c.

Referenced by gpio_input(), and gpio_output().

◆ u

u64 bit_cfg::u

Definition at line 18 of file gpio.c.

Referenced by gpio_input(), gpio_invert(), and gpio_output().

◆ xor

u64 bit_cfg::xor

Definition at line 21 of file gpio.c.

Referenced by gpio_invert().


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