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

Data Fields

uint32_t val
 
struct {
   uint32_t   byte0:8
 
   uint32_t   byte1:8
 
   uint32_t   byte2:8
 
   uint32_t   byte3:8
 
}; 
 

Detailed Description

Definition at line 397 of file espi_util.c.

Field Documentation

◆ 

struct { ... }

◆ byte0

uint32_t espi_txdata::byte0

Definition at line 400 of file espi_util.c.

◆ byte1

uint32_t espi_txdata::byte1

Definition at line 401 of file espi_util.c.

◆ byte2

uint32_t espi_txdata::byte2

Definition at line 402 of file espi_util.c.

◆ byte3

uint32_t espi_txdata::byte3

Definition at line 403 of file espi_util.c.

◆ val

uint32_t espi_txdata::val

Definition at line 398 of file espi_util.c.

Referenced by espi_get_configuration().


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