TianoCore EDK2 master
|
Data Fields | |
struct { | |
UINT32 Vector: 8 | |
The vector number of the interrupt being sent. More... | |
UINT32 DeliveryMode: 3 | |
Specifies the type of interrupt to be sent. More... | |
UINT32 Reserved0: 1 | |
Reserved. More... | |
UINT32 DeliveryStatus: 1 | |
0: Idle, 1: send pending. More... | |
UINT32 InputPinPolarity: 1 | |
Interrupt Input Pin Polarity. More... | |
UINT32 RemoteIrr: 1 | |
RO. Set when the local APIC accepts the interrupt and reset when an EOI is received. More... | |
UINT32 TriggerMode: 1 | |
0:edge, 1:level. More... | |
UINT32 Mask: 1 | |
0: Not masked, 1: Masked. More... | |
UINT32 Reserved1: 15 | |
Reserved. More... | |
} | Bits |
UINT32 | Uint32 |
Definition at line 136 of file LocalApic.h.
UINT32 LOCAL_APIC_LVT_LINT::DeliveryMode |
Specifies the type of interrupt to be sent.
Definition at line 139 of file LocalApic.h.
UINT32 LOCAL_APIC_LVT_LINT::DeliveryStatus |
0: Idle, 1: send pending.
Definition at line 141 of file LocalApic.h.
UINT32 LOCAL_APIC_LVT_LINT::InputPinPolarity |
Interrupt Input Pin Polarity.
Definition at line 142 of file LocalApic.h.
UINT32 LOCAL_APIC_LVT_LINT::Mask |
0: Not masked, 1: Masked.
Definition at line 145 of file LocalApic.h.
UINT32 LOCAL_APIC_LVT_LINT::RemoteIrr |
RO. Set when the local APIC accepts the interrupt and reset when an EOI is received.
Definition at line 143 of file LocalApic.h.
UINT32 LOCAL_APIC_LVT_LINT::Reserved0 |
Reserved.
Definition at line 140 of file LocalApic.h.
UINT32 LOCAL_APIC_LVT_LINT::Reserved1 |
Reserved.
Definition at line 146 of file LocalApic.h.
UINT32 LOCAL_APIC_LVT_LINT::TriggerMode |
0:edge, 1:level.
Definition at line 144 of file LocalApic.h.
UINT32 LOCAL_APIC_LVT_LINT::Uint32 |
Definition at line 148 of file LocalApic.h.
UINT32 LOCAL_APIC_LVT_LINT::Vector |
The vector number of the interrupt being sent.
Definition at line 138 of file LocalApic.h.