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

#include <spi_internal.h>

Collaboration diagram for spi_reg_rxmark:
Collaboration graph

Data Fields

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

Detailed Description

Definition at line 98 of file spi_internal.h.

Field Documentation

◆ 

struct { ... }

◆ raw_bits

uint32_t spi_reg_rxmark::raw_bits

Definition at line 103 of file spi_internal.h.

◆ reserved

uint32_t spi_reg_rxmark::reserved

Definition at line 101 of file spi_internal.h.

◆ rxmark

uint32_t spi_reg_rxmark::rxmark

Definition at line 100 of file spi_internal.h.


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