TianoCore EDK2 master
|
Go to the source code of this file.
Data Structures | |
struct | TIMER_EVENT_INFO |
struct | IEVENT |
Macros | |
#define | VALID_TPL(a) ((a) <= TPL_HIGH_LEVEL) |
#define | EVT_EXFLAG_EVENT_GROUP 0x01 |
#define | EVT_EXFLAG_EVENT_PROTOCOL_NOTIFICATION 0x02 |
#define | EVENT_SIGNATURE SIGNATURE_32('e','v','n','t') |
Functions | |
VOID | CoreDispatchEventNotifies (IN EFI_TPL Priority) |
VOID | CoreInitializeTimer (VOID) |
Variables | |
UINTN | gEventPending |
UEFI Event support functions and structure.
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
(C) Copyright 2015 Hewlett Packard Enterprise Development LP
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Event.h.
#define EVENT_SIGNATURE SIGNATURE_32('e','v','n','t') |
#define EVT_EXFLAG_EVENT_GROUP 0x01 |
#define EVT_EXFLAG_EVENT_PROTOCOL_NOTIFICATION 0x02 |
VOID CoreInitializeTimer | ( | VOID | ) |