TianoCore EDK2 master
|
#include <DynamicTablesPkg/Include/ArchCommonNameSpaceObjects.h>
Data Fields | |
UINT32 | Interrupt |
Interrupt number. | |
UINT32 | Flags |
A structure that describes the Generic Interrupts.
Definition at line 199 of file ArchCommonNameSpaceObjects.h.
UINT32 CmArchCommonGenericInterrupt::Flags |
Flags BIT0: 0: Interrupt is Level triggered 1: Interrupt is Edge triggered BIT1: 0: Interrupt is Active high 1: Interrupt is Active low
Definition at line 208 of file ArchCommonNameSpaceObjects.h.
UINT32 CmArchCommonGenericInterrupt::Interrupt |
Interrupt number.
Definition at line 201 of file ArchCommonNameSpaceObjects.h.