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

#include <spi_internal.h>

Collaboration diagram for spi_reg_txmark:
Collaboration graph

Data Fields

struct {
   uint32_t   txmark: 3
 
   uint32_t   reserved: 29
 
}; 
 
uint32_t raw_bits
 

Detailed Description

Definition at line 89 of file spi_internal.h.

Field Documentation

◆ 

struct { ... }

◆ raw_bits

uint32_t spi_reg_txmark::raw_bits

Definition at line 94 of file spi_internal.h.

◆ reserved

uint32_t spi_reg_txmark::reserved

Definition at line 92 of file spi_internal.h.

◆ txmark

uint32_t spi_reg_txmark::txmark

Definition at line 91 of file spi_internal.h.


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