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

Data Fields

uint32_t val
 
struct {
   uint32_t   hdata3:8
 
   uint32_t   hdata4:8
 
   uint32_t   hdata5:8
 
   uint32_t   hdata6:8
 
}; 
 

Detailed Description

Definition at line 379 of file espi_util.c.

Field Documentation

◆ 

struct { ... }

◆ hdata3

uint32_t espi_txhdr1::hdata3

Definition at line 382 of file espi_util.c.

◆ hdata4

uint32_t espi_txhdr1::hdata4

Definition at line 383 of file espi_util.c.

◆ hdata5

uint32_t espi_txhdr1::hdata5

Definition at line 384 of file espi_util.c.

◆ hdata6

uint32_t espi_txhdr1::hdata6

Definition at line 385 of file espi_util.c.

◆ val

uint32_t espi_txhdr1::val

Definition at line 380 of file espi_util.c.

Referenced by espi_get_configuration().


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