TianoCore EDK2 master
SMBIOS_TABLE_TYPE6 Struct Reference

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

Data Fields

SMBIOS_STRUCTURE Hdr
 
SMBIOS_TABLE_STRING SocketDesignation
 
UINT8 BankConnections
 
UINT8 CurrentSpeed
 
MEMORY_CURRENT_TYPE CurrentMemoryType
 
MEMORY_INSTALLED_ENABLED_SIZE InstalledSize
 
MEMORY_INSTALLED_ENABLED_SIZE EnabledSize
 
UINT8 ErrorStatus
 

Detailed Description

Memory Module Information (Type 6, Obsolete)

One Memory Module Information structure is included for each memory-module socket in the system. The structure describes the speed, type, size, and error status of each system memory module. The supported attributes of each module are described by the "owning" Memory Controller Information structure. Note: This structure, and its companion Memory Controller Information (Type 5, Obsolete), are obsolete starting with version 2.1 of this specification. The Physical Memory Array (Type 16) and Memory Device (Type 17) structures should be used instead.

Definition at line 1066 of file SmBios.h.

Field Documentation

◆ BankConnections

UINT8 SMBIOS_TABLE_TYPE6::BankConnections

Definition at line 1069 of file SmBios.h.

◆ CurrentMemoryType

MEMORY_CURRENT_TYPE SMBIOS_TABLE_TYPE6::CurrentMemoryType

Definition at line 1071 of file SmBios.h.

◆ CurrentSpeed

UINT8 SMBIOS_TABLE_TYPE6::CurrentSpeed

Definition at line 1070 of file SmBios.h.

◆ EnabledSize

MEMORY_INSTALLED_ENABLED_SIZE SMBIOS_TABLE_TYPE6::EnabledSize

Definition at line 1073 of file SmBios.h.

◆ ErrorStatus

UINT8 SMBIOS_TABLE_TYPE6::ErrorStatus

Definition at line 1074 of file SmBios.h.

◆ Hdr

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE6::Hdr

Definition at line 1067 of file SmBios.h.

◆ InstalledSize

MEMORY_INSTALLED_ENABLED_SIZE SMBIOS_TABLE_TYPE6::InstalledSize

Definition at line 1072 of file SmBios.h.

◆ SocketDesignation

SMBIOS_TABLE_STRING SMBIOS_TABLE_TYPE6::SocketDesignation

Definition at line 1068 of file SmBios.h.


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