TianoCore EDK2 master
SMBIOS_TABLE_TYPE18 Struct Reference

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

Data Fields

SMBIOS_STRUCTURE Hdr
 
UINT8 ErrorType
 The enumeration value from MEMORY_ERROR_TYPE. More...
 
UINT8 ErrorGranularity
 The enumeration value from MEMORY_ERROR_GRANULARITY. More...
 
UINT8 ErrorOperation
 The enumeration value from MEMORY_ERROR_OPERATION. More...
 
UINT32 VendorSyndrome
 
UINT32 MemoryArrayErrorAddress
 
UINT32 DeviceErrorAddress
 
UINT32 ErrorResolution
 

Detailed Description

32-bit Memory Error Information (Type 18).

This structure identifies the specifics of an error that might be detected within a Physical Memory Array.

Definition at line 1993 of file SmBios.h.

Field Documentation

◆ DeviceErrorAddress

UINT32 SMBIOS_TABLE_TYPE18::DeviceErrorAddress

Definition at line 2000 of file SmBios.h.

◆ ErrorGranularity

UINT8 SMBIOS_TABLE_TYPE18::ErrorGranularity

The enumeration value from MEMORY_ERROR_GRANULARITY.

Definition at line 1996 of file SmBios.h.

◆ ErrorOperation

UINT8 SMBIOS_TABLE_TYPE18::ErrorOperation

The enumeration value from MEMORY_ERROR_OPERATION.

Definition at line 1997 of file SmBios.h.

◆ ErrorResolution

UINT32 SMBIOS_TABLE_TYPE18::ErrorResolution

Definition at line 2001 of file SmBios.h.

◆ ErrorType

UINT8 SMBIOS_TABLE_TYPE18::ErrorType

The enumeration value from MEMORY_ERROR_TYPE.

Definition at line 1995 of file SmBios.h.

◆ Hdr

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE18::Hdr

Definition at line 1994 of file SmBios.h.

◆ MemoryArrayErrorAddress

UINT32 SMBIOS_TABLE_TYPE18::MemoryArrayErrorAddress

Definition at line 1999 of file SmBios.h.

◆ VendorSyndrome

UINT32 SMBIOS_TABLE_TYPE18::VendorSyndrome

Definition at line 1998 of file SmBios.h.


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