TianoCore EDK2 master
SMBIOS_TABLE_TYPE37 Struct Reference

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

Data Fields

SMBIOS_STRUCTURE Hdr
 
UINT8 ChannelType
 
UINT8 MaximumChannelLoad
 
UINT8 MemoryDeviceCount
 
MEMORY_DEVICE MemoryDevice [1]
 

Detailed Description

Memory Channel (Type 37)

The information in this structure provides the correlation between a Memory Channel and its associated Memory Devices. Each device presents one or more loads to the channel. The sum of all device loads cannot exceed the channel's defined maximum.

Definition at line 2467 of file SmBios.h.

Field Documentation

◆ ChannelType

UINT8 SMBIOS_TABLE_TYPE37::ChannelType

Definition at line 2469 of file SmBios.h.

◆ Hdr

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE37::Hdr

Definition at line 2468 of file SmBios.h.

◆ MaximumChannelLoad

UINT8 SMBIOS_TABLE_TYPE37::MaximumChannelLoad

Definition at line 2470 of file SmBios.h.

◆ MemoryDevice

MEMORY_DEVICE SMBIOS_TABLE_TYPE37::MemoryDevice[1]

Definition at line 2472 of file SmBios.h.

◆ MemoryDeviceCount

UINT8 SMBIOS_TABLE_TYPE37::MemoryDeviceCount

Definition at line 2471 of file SmBios.h.


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