TianoCore EDK2 master
SMBIOS_TABLE_TYPE16 Struct Reference

#include <MdePkg/Include/IndustryStandard/SmBios.h>

Data Fields

SMBIOS_STRUCTURE Hdr
 
UINT8 Location
 The enumeration value from MEMORY_ARRAY_LOCATION. More...
 
UINT8 Use
 The enumeration value from MEMORY_ARRAY_USE. More...
 
UINT8 MemoryErrorCorrection
 The enumeration value from MEMORY_ERROR_CORRECTION. More...
 
UINT32 MaximumCapacity
 
UINT16 MemoryErrorInformationHandle
 
UINT16 NumberOfMemoryDevices
 
UINT64 ExtendedMaximumCapacity
 

Detailed Description

Physical Memory Array (Type 16).

This structure describes a collection of memory devices that operate together to form a memory address space.

Definition at line 1743 of file SmBios.h.

Field Documentation

◆ ExtendedMaximumCapacity

UINT64 SMBIOS_TABLE_TYPE16::ExtendedMaximumCapacity

Definition at line 1754 of file SmBios.h.

◆ Hdr

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE16::Hdr

Definition at line 1744 of file SmBios.h.

◆ Location

UINT8 SMBIOS_TABLE_TYPE16::Location

The enumeration value from MEMORY_ARRAY_LOCATION.

Definition at line 1745 of file SmBios.h.

◆ MaximumCapacity

UINT32 SMBIOS_TABLE_TYPE16::MaximumCapacity

Definition at line 1748 of file SmBios.h.

◆ MemoryErrorCorrection

UINT8 SMBIOS_TABLE_TYPE16::MemoryErrorCorrection

The enumeration value from MEMORY_ERROR_CORRECTION.

Definition at line 1747 of file SmBios.h.

◆ MemoryErrorInformationHandle

UINT16 SMBIOS_TABLE_TYPE16::MemoryErrorInformationHandle

Definition at line 1749 of file SmBios.h.

◆ NumberOfMemoryDevices

UINT16 SMBIOS_TABLE_TYPE16::NumberOfMemoryDevices

Definition at line 1750 of file SmBios.h.

◆ Use

UINT8 SMBIOS_TABLE_TYPE16::Use

The enumeration value from MEMORY_ARRAY_USE.

Definition at line 1746 of file SmBios.h.


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