TianoCore EDK2 master
Loading...
Searching...
No Matches
u_pxe_cpb_nvdata_bulk Union Reference

#include <MdePkg/Include/Uefi/UefiPxe.h>

Data Fields

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

Detailed Description

When using bulk update, the size of the CPB structure must be the same size as the non-volatile NIC storage.

Definition at line 1511 of file UefiPxe.h.

Field Documentation

◆ Byte

PXE_UINT8 u_pxe_cpb_nvdata_bulk::Byte[MAX_EEPROM_LEN<< 2]

Array of byte-wide data items.

Definition at line 1515 of file UefiPxe.h.

◆ Dword

PXE_UINT32 u_pxe_cpb_nvdata_bulk::Dword[MAX_EEPROM_LEN]

Array of dword-wide data items.

Definition at line 1525 of file UefiPxe.h.

◆ Word

PXE_UINT16 u_pxe_cpb_nvdata_bulk::Word[MAX_EEPROM_LEN<< 1]

Array of word-wide data items.

Definition at line 1520 of file UefiPxe.h.


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