ReactOS 0.4.15-dev-7942-gd23573b
_LVT_REGISTER Union Reference

#include <apicp.h>

Collaboration diagram for _LVT_REGISTER:

Public Attributes

UINT32 Long
 
struct {
   UINT32   Vector:8
 
   UINT32   MessageType:3
 
   UINT32   ReservedMBZ:1
 
   UINT32   DeliveryStatus:1
 
   UINT32   Reserved1MBZ:1
 
   UINT32   RemoteIRR:1
 
   UINT32   TriggerMode:1
 
   UINT32   Mask:1
 
   UINT32   TimerMode:1
 
   UINT32   Reserved2MBZ:13
 
}; 
 

Detailed Description

Definition at line 262 of file apicp.h.

Member Data Documentation

◆ 

struct { ... } _LVT_REGISTER::@1473

◆ DeliveryStatus

UINT32 _LVT_REGISTER::DeliveryStatus

Definition at line 270 of file apicp.h.

Referenced by ApicInitializeLocalApic().

◆ Long

UINT32 _LVT_REGISTER::Long

◆ Mask

UINT32 _LVT_REGISTER::Mask

◆ MessageType

UINT32 _LVT_REGISTER::MessageType

Definition at line 268 of file apicp.h.

Referenced by ApicInitializeLocalApic().

◆ RemoteIRR

UINT32 _LVT_REGISTER::RemoteIRR

Definition at line 272 of file apicp.h.

Referenced by ApicInitializeLocalApic().

◆ Reserved1MBZ

UINT32 _LVT_REGISTER::Reserved1MBZ

Definition at line 271 of file apicp.h.

◆ Reserved2MBZ

UINT32 _LVT_REGISTER::Reserved2MBZ

Definition at line 276 of file apicp.h.

◆ ReservedMBZ

UINT32 _LVT_REGISTER::ReservedMBZ

Definition at line 269 of file apicp.h.

◆ TimerMode

UINT32 _LVT_REGISTER::TimerMode

◆ TriggerMode

UINT32 _LVT_REGISTER::TriggerMode

Definition at line 273 of file apicp.h.

Referenced by ApicInitializeLocalApic().

◆ Vector

UINT32 _LVT_REGISTER::Vector

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