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

#include <spi_internal.h>

Collaboration diagram for spi_reg_txdata:
Collaboration graph

Data Fields

struct {
   uint32_t   data: 8
 
   uint32_t   reserved: 23
 
   uint32_t   full: 1
 
}; 
 
uint32_t raw_bits
 

Detailed Description

Definition at line 69 of file spi_internal.h.

Field Documentation

◆ 

struct { ... }

◆ data

uint32_t spi_reg_txdata::data

Definition at line 71 of file spi_internal.h.

Referenced by spi_tx().

◆ full

uint32_t spi_reg_txdata::full

Definition at line 73 of file spi_internal.h.

◆ raw_bits

uint32_t spi_reg_txdata::raw_bits

Definition at line 75 of file spi_internal.h.

Referenced by spi_tx().

◆ reserved

uint32_t spi_reg_txdata::reserved

Definition at line 72 of file spi_internal.h.


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