TianoCore EDK2 master
Loading...
Searching...
No Matches
s_pxe_cpb_nvdata_sparse Struct Reference

Data Fields

struct {
   PXE_UINT32   Addr
 
   union {
      PXE_UINT8   Byte
 
      PXE_UINT16   Word
 
      PXE_UINT32   Dword
 
   }   Data
 
Item [MAX_EEPROM_LEN]
 

Detailed Description

Definition at line 1486 of file UefiPxe.h.

Field Documentation

◆ Addr

PXE_UINT32 s_pxe_cpb_nvdata_sparse::Addr

Non-volatile storage address to be changed.

Definition at line 1494 of file UefiPxe.h.

◆ Byte

PXE_UINT8 s_pxe_cpb_nvdata_sparse::Byte

Definition at line 1500 of file UefiPxe.h.

◆ 

union { ... } s_pxe_cpb_nvdata_sparse::Data

Data item to write into above storage address.

◆ Dword

PXE_UINT32 s_pxe_cpb_nvdata_sparse::Dword

Definition at line 1502 of file UefiPxe.h.

◆ 

struct { ... } s_pxe_cpb_nvdata_sparse::Item[MAX_EEPROM_LEN]

NvData item list. Only items in this list will be updated.

◆ Word

PXE_UINT16 s_pxe_cpb_nvdata_sparse::Word

Definition at line 1501 of file UefiPxe.h.


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