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

#include <DynamicTablesPkg/Include/ArchCommonNameSpaceObjects.h>

Data Fields

UINT32 Interrupt
 Interrupt number.
 
UINT32 Flags
 

Detailed Description

A structure that describes the Generic Interrupts.

Definition at line 199 of file ArchCommonNameSpaceObjects.h.

Field Documentation

◆ Flags

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.

◆ Interrupt

UINT32 CmArchCommonGenericInterrupt::Interrupt

Interrupt number.

Definition at line 201 of file ArchCommonNameSpaceObjects.h.


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