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

Data Fields

union {
   PXE_UINT8   Byte [MAX_EEPROM_LEN<< 2]
 
   PXE_UINT16   Word [MAX_EEPROM_LEN<< 1]
 
   PXE_UINT32   Dword [MAX_EEPROM_LEN]
 
Data
 

Detailed Description

Definition at line 1528 of file UefiPxe.h.

Field Documentation

◆ Byte

PXE_UINT8 s_pxe_db_nvdata::Byte[MAX_EEPROM_LEN<< 2]

Array of byte-wide data items.

Definition at line 1536 of file UefiPxe.h.

◆ 

union { ... } s_pxe_db_nvdata::Data

Arrays of data items from non-volatile storage.

◆ Dword

PXE_UINT32 s_pxe_db_nvdata::Dword[MAX_EEPROM_LEN]

Array of dword-wide data items.

Definition at line 1546 of file UefiPxe.h.

◆ Word

PXE_UINT16 s_pxe_db_nvdata::Word[MAX_EEPROM_LEN<< 1]

Array of word-wide data items.

Definition at line 1541 of file UefiPxe.h.


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