Data Fields | |
EFI_STATUS_CODE_DATA | DataHeader |
EFI_EXP_BASE10_DATA | Voltage |
EFI_EXP_BASE10_DATA | Threshold |
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.
The voltage threshold.
The voltage value at the time of the error.