TianoCore EDK2 master
Loading...
Searching...
No Matches
IEVENT Struct Reference

Data Fields

UINTN Signature
 
UINT32 Type
 
UINT32 SignalCount
 
LIST_ENTRY SignalLink
 
EFI_TPL NotifyTpl
 
EFI_EVENT_NOTIFY NotifyFunction
 
VOID * NotifyContext
 
EFI_GUID EventGroup
 
LIST_ENTRY NotifyLink
 
UINT8 ExFlag
 
EFI_RUNTIME_EVENT_ENTRY RuntimeData
 
TIMER_EVENT_INFO Timer
 

Detailed Description

Definition at line 39 of file Event.h.

Field Documentation

◆ EventGroup

EFI_GUID IEVENT::EventGroup

Definition at line 53 of file Event.h.

◆ ExFlag

UINT8 IEVENT::ExFlag

Definition at line 55 of file Event.h.

◆ NotifyContext

VOID* IEVENT::NotifyContext

Definition at line 52 of file Event.h.

◆ NotifyFunction

EFI_EVENT_NOTIFY IEVENT::NotifyFunction

Definition at line 51 of file Event.h.

◆ NotifyLink

LIST_ENTRY IEVENT::NotifyLink

Definition at line 54 of file Event.h.

◆ NotifyTpl

EFI_TPL IEVENT::NotifyTpl

Notification information for this event

Definition at line 50 of file Event.h.

◆ RuntimeData

EFI_RUNTIME_EVENT_ENTRY IEVENT::RuntimeData

A list of all runtime events

Definition at line 59 of file Event.h.

◆ SignalCount

UINT32 IEVENT::SignalCount

Definition at line 42 of file Event.h.

◆ SignalLink

LIST_ENTRY IEVENT::SignalLink

Entry if the event is registered to be signalled

Definition at line 46 of file Event.h.

◆ Signature

UINTN IEVENT::Signature

Definition at line 40 of file Event.h.

◆ Timer

TIMER_EVENT_INFO IEVENT::Timer

Definition at line 60 of file Event.h.

◆ Type

UINT32 IEVENT::Type

Definition at line 41 of file Event.h.


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