XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_COMPUTING_UNIT_THERMAL_ERROR_DATA Struct Reference

#include <StatusCodeDataTypeId.h>

Collaboration diagram for EFI_COMPUTING_UNIT_THERMAL_ERROR_DATA:
Collaboration graph
[legend]

Public Attributes

EFI_STATUS_CODE_DATA DataHeader
 
EFI_EXP_BASE10_DATA Temperature
 
EFI_EXP_BASE10_DATA Threshold
 

Detailed Description

This structure provides details about the computing unit thermal failure.

This structure provides the temperature at the time of error. It also provides the threshold value indicating the minimum temperature that is considered an error.

Member Data Documentation

◆ DataHeader

EFI_STATUS_CODE_DATA EFI_COMPUTING_UNIT_THERMAL_ERROR_DATA::DataHeader

The data header identifying the data. DataHeader.HeaderSize should be sizeof (EFI_STATUS_CODE_DATA), DataHeader.Size should be sizeof (EFI_COMPUTING_UNIT_THERMAL_ERROR_DATA) - HeaderSize , and DataHeader.Type should be EFI_STATUS_CODE_SPECIFIC_DATA_GUID.

◆ Temperature

EFI_EXP_BASE10_DATA EFI_COMPUTING_UNIT_THERMAL_ERROR_DATA::Temperature

The thermal value at the time of the error.

◆ Threshold

EFI_EXP_BASE10_DATA EFI_COMPUTING_UNIT_THERMAL_ERROR_DATA::Threshold

The thermal threshold.


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