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

#include <StatusCodeDataTypeId.h>

Collaboration diagram for EFI_COMPUTING_UNIT_VOLTAGE_ERROR_DATA:
Collaboration graph
[legend]

Public Attributes

EFI_STATUS_CODE_DATA DataHeader
 
EFI_EXP_BASE10_DATA Voltage
 
EFI_EXP_BASE10_DATA Threshold
 

Detailed Description

This structure provides the voltage at the time of error. It also provides the threshold value indicating the minimum or maximum voltage that is considered an error. If the voltage is less then the threshold, the error indicates that the voltage fell below the minimum acceptable value. If the voltage is greater then the threshold, the error indicates that the voltage rose above the maximum acceptable value.

Member Data Documentation

◆ DataHeader

EFI_STATUS_CODE_DATA EFI_COMPUTING_UNIT_VOLTAGE_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_VOLTAGE_ERROR_DATA) - HeaderSize, and DataHeader.Type should be EFI_STATUS_CODE_SPECIFIC_DATA_GUID.

◆ Threshold

EFI_EXP_BASE10_DATA EFI_COMPUTING_UNIT_VOLTAGE_ERROR_DATA::Threshold

The voltage threshold.

◆ Voltage

EFI_EXP_BASE10_DATA EFI_COMPUTING_UNIT_VOLTAGE_ERROR_DATA::Voltage

The voltage value at the time of the error.


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