iPXE
s_pxe_cpb_nvdata_sparse Struct Reference

#include <UefiPxe.h>

Data Fields

struct { 
   PXE_UINT32   Addr 
 Non-volatile storage address to be changed. More...
   union { 
      PXE_UINT8   Byte 
      PXE_UINT16   Word 
      PXE_UINT32   Dword 
   }   Data
 Data item to write into above storage address. More...
Item [MAX_EEPROM_LEN]
 NvData item list.

Detailed Description

Definition at line 1489 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 1497 of file UefiPxe.h.

◆ Byte

PXE_UINT8 s_pxe_cpb_nvdata_sparse::Byte

Definition at line 1503 of file UefiPxe.h.

◆ Word

PXE_UINT16 s_pxe_cpb_nvdata_sparse::Word

Definition at line 1504 of file UefiPxe.h.

◆ Dword

PXE_UINT32 s_pxe_cpb_nvdata_sparse::Dword

Definition at line 1505 of file UefiPxe.h.

◆ [union]

union { ... } s_pxe_cpb_nvdata_sparse::Data

Data item to write into above storage address.

◆ [struct]

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

NvData item list.

Only items in this list will be updated.


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