Data Fields | |
struct { | |
PXE_UINT32 Addr | |
union { | |
PXE_UINT8 Byte | |
PXE_UINT16 Word | |
PXE_UINT32 Dword | |
} Data | |
} | Item [MAX_EEPROM_LEN] |
Non-volatile storage address to be changed.
union { ... } s_pxe_cpb_nvdata_sparse::Data |
Data item to write into above storage address.
struct { ... } s_pxe_cpb_nvdata_sparse::Item[MAX_EEPROM_LEN] |
NvData item list. Only items in this list will be updated.