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

Data Fields

uint8_t u
 
struct {
   uint8_t   busy: 1
 
   uint8_t   wel: 1
 
   uint8_t   bp: 3
 
   uint8_t   tb: 1
 
   uint8_t   sec: 1
 
   uint8_t   srp0: 1
 
bp3
 
struct {
   uint8_t   busy: 1
 
   uint8_t   wel: 1
 
   uint8_t   bp: 4
 
   uint8_t   tb: 1
 
   uint8_t   srp0: 1
 
bp4
 

Detailed Description

Definition at line 13 of file winbond.c.

Field Documentation

◆ bp

uint8_t status_reg1::bp

Definition at line 18 of file winbond.c.

Referenced by winbond_get_write_protection().

◆ 

struct { ... } status_reg1::bp3

◆ 

struct { ... } status_reg1::bp4

◆ busy

uint8_t status_reg1::busy

Definition at line 16 of file winbond.c.

◆ sec

uint8_t status_reg1::sec

Definition at line 20 of file winbond.c.

Referenced by winbond_get_write_protection().

◆ srp0

uint8_t status_reg1::srp0

Definition at line 21 of file winbond.c.

◆ tb

uint8_t status_reg1::tb

Definition at line 19 of file winbond.c.

Referenced by winbond_get_write_protection().

◆ u

uint8_t status_reg1::u

Definition at line 14 of file winbond.c.

Referenced by winbond_get_write_protection().

◆ wel

uint8_t status_reg1::wel

Definition at line 17 of file winbond.c.


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