|
XenevaOS
|
#include <StatusCodeDataTypeId.h>

Public Attributes | |
| EFI_STATUS_CODE_DATA | DataHeader |
| EFI_EXP_BASE10_DATA | Voltage |
| EFI_EXP_BASE10_DATA | Threshold |
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.
| 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.
| EFI_EXP_BASE10_DATA EFI_COMPUTING_UNIT_VOLTAGE_ERROR_DATA::Threshold |
The voltage threshold.
| EFI_EXP_BASE10_DATA EFI_COMPUTING_UNIT_VOLTAGE_ERROR_DATA::Voltage |
The voltage value at the time of the error.