TianoCore EDK2 master
SMBIOS_TABLE_TYPE23 Struct Reference

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

Data Fields

SMBIOS_STRUCTURE Hdr
 
UINT8 Capabilities
 
UINT16 ResetCount
 
UINT16 ResetLimit
 
UINT16 TimerInterval
 
UINT16 Timeout
 

Detailed Description

System Reset (Type 23)

This structure describes whether Automatic System Reset functions enabled (Status). If the system has a watchdog Timer and the timer is not reset (Timer Reset) before the Interval elapses, an automatic system reset will occur. The system will re-boot according to the Boot Option. This function may repeat until the Limit is reached, at which time the system will re-boot according to the Boot Option at Limit.

Definition at line 2142 of file SmBios.h.

Field Documentation

◆ Capabilities

UINT8 SMBIOS_TABLE_TYPE23::Capabilities

Definition at line 2144 of file SmBios.h.

◆ Hdr

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE23::Hdr

Definition at line 2143 of file SmBios.h.

◆ ResetCount

UINT16 SMBIOS_TABLE_TYPE23::ResetCount

Definition at line 2145 of file SmBios.h.

◆ ResetLimit

UINT16 SMBIOS_TABLE_TYPE23::ResetLimit

Definition at line 2146 of file SmBios.h.

◆ Timeout

UINT16 SMBIOS_TABLE_TYPE23::Timeout

Definition at line 2148 of file SmBios.h.

◆ TimerInterval

UINT16 SMBIOS_TABLE_TYPE23::TimerInterval

Definition at line 2147 of file SmBios.h.


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