TianoCore EDK2 master
|
Data Fields | |
struct { | |
UINT32 Vector: 8 | |
The vector number of the interrupt being sent. More... | |
UINT32 Reserved0: 4 | |
Reserved. More... | |
UINT32 DeliveryStatus: 1 | |
0: Idle, 1: send pending. More... | |
UINT32 Reserved1: 3 | |
Reserved. More... | |
UINT32 Mask: 1 | |
0: Not masked, 1: Masked. More... | |
UINT32 TimerMode: 1 | |
0: One-shot, 1: Periodic. More... | |
UINT32 Reserved2: 14 | |
Reserved. More... | |
} | Bits |
UINT32 | Uint32 |
Definition at line 120 of file LocalApic.h.
UINT32 LOCAL_APIC_LVT_TIMER::DeliveryStatus |
0: Idle, 1: send pending.
Definition at line 124 of file LocalApic.h.
UINT32 LOCAL_APIC_LVT_TIMER::Mask |
0: Not masked, 1: Masked.
Definition at line 126 of file LocalApic.h.
UINT32 LOCAL_APIC_LVT_TIMER::Reserved0 |
Reserved.
Definition at line 123 of file LocalApic.h.
UINT32 LOCAL_APIC_LVT_TIMER::Reserved1 |
Reserved.
Definition at line 125 of file LocalApic.h.
UINT32 LOCAL_APIC_LVT_TIMER::Reserved2 |
Reserved.
Definition at line 128 of file LocalApic.h.
UINT32 LOCAL_APIC_LVT_TIMER::TimerMode |
0: One-shot, 1: Periodic.
Definition at line 127 of file LocalApic.h.
UINT32 LOCAL_APIC_LVT_TIMER::Uint32 |
Definition at line 130 of file LocalApic.h.
UINT32 LOCAL_APIC_LVT_TIMER::Vector |
The vector number of the interrupt being sent.
Definition at line 122 of file LocalApic.h.