ReactOS 0.4.15-dev-7998-gdb93cb1
_SP804_CONTROL_REGISTER Union Reference

#include <sp804.h>

Collaboration diagram for _SP804_CONTROL_REGISTER:

Public Attributes

struct {
   ULONG   OneShot:1
 
   ULONG   Wide:1
 
   ULONG   Prescale:2
 
   ULONG   Reserved:1
 
   ULONG   Interrupt:1
 
   ULONG   Periodic:1
 
   ULONG   Enabled:1
 
   ULONG   Unused:24
 
}; 
 
ULONG AsUlong
 

Detailed Description

Definition at line 33 of file sp804.h.

Member Data Documentation

◆ 

struct { ... } _SP804_CONTROL_REGISTER::@3386

◆ AsUlong

ULONG _SP804_CONTROL_REGISTER::AsUlong

Definition at line 46 of file sp804.h.

Referenced by HalpInitializeClock(), and KeStallExecutionProcessor().

◆ Enabled

ULONG _SP804_CONTROL_REGISTER::Enabled

Definition at line 43 of file sp804.h.

Referenced by HalpInitializeClock(), and KeStallExecutionProcessor().

◆ Interrupt

ULONG _SP804_CONTROL_REGISTER::Interrupt

Definition at line 41 of file sp804.h.

Referenced by HalpInitializeClock().

◆ OneShot

ULONG _SP804_CONTROL_REGISTER::OneShot

Definition at line 37 of file sp804.h.

Referenced by KeStallExecutionProcessor().

◆ Periodic

ULONG _SP804_CONTROL_REGISTER::Periodic

Definition at line 42 of file sp804.h.

Referenced by HalpInitializeClock(), and KeStallExecutionProcessor().

◆ Prescale

ULONG _SP804_CONTROL_REGISTER::Prescale

Definition at line 39 of file sp804.h.

◆ Reserved

ULONG _SP804_CONTROL_REGISTER::Reserved

Definition at line 40 of file sp804.h.

◆ Unused

ULONG _SP804_CONTROL_REGISTER::Unused

Definition at line 44 of file sp804.h.

◆ Wide

ULONG _SP804_CONTROL_REGISTER::Wide

Definition at line 38 of file sp804.h.

Referenced by HalpInitializeClock(), and KeStallExecutionProcessor().


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