MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_COMPUTING_UNIT_TIMER_EXPIRED_ERROR_DATA Struct Reference

Data Fields

EFI_STATUS_CODE_DATA DataHeader
 
EFI_EXP_BASE10_DATA TimerLimit
 

Detailed Description

This structure provides details about the computing unit timer expiration error. The timer limit provides the timeout value of the timer prior to expiration.

Field Documentation

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

EFI_EXP_BASE10_DATA EFI_COMPUTING_UNIT_TIMER_EXPIRED_ERROR_DATA::TimerLimit

The number of seconds that the computing unit timer was configured to expire.