|
OpenCore
1.0.6
OpenCore Bootloader
|
Data Fields | |
| BOOLEAN | IsClosed |
| BOOLEAN | Signaled |
| UINT32 | Type |
| EFI_TPL | TplLevel |
| EFI_EVENT_NOTIFY | NotifyFn |
| VOID * | NotifyCtx |
| UINT64 | TimerEmit |
| UINT64 | TimerDelta |
Event descriptor
IsClosed Is it an unused descriptor? Signaled Is it a signaled event? Type The type of Event TplLevel The TPL Level of Event NotifyFn A callback function NotifyCtx A callback context TimerEmit The timer trigger time TimerDelta The timer triger delta
Definition at line 30 of file UserEvent.c.
| BOOLEAN USER_EVENT::IsClosed |
Definition at line 31 of file UserEvent.c.
| VOID* USER_EVENT::NotifyCtx |
Definition at line 36 of file UserEvent.c.
| EFI_EVENT_NOTIFY USER_EVENT::NotifyFn |
Definition at line 35 of file UserEvent.c.
| BOOLEAN USER_EVENT::Signaled |
Definition at line 32 of file UserEvent.c.
| UINT64 USER_EVENT::TimerDelta |
Definition at line 38 of file UserEvent.c.
| UINT64 USER_EVENT::TimerEmit |
Definition at line 37 of file UserEvent.c.
| EFI_TPL USER_EVENT::TplLevel |
Definition at line 34 of file UserEvent.c.
| UINT32 USER_EVENT::Type |
Definition at line 33 of file UserEvent.c.