ReactOS 0.4.15-dev-7842-g558ab78
_PIT_CHANNEL Struct Reference

#include <pit.h>

Collaboration diagram for _PIT_CHANNEL:

Public Attributes

PIT_MODE Mode
 
BOOLEAN Bcd
 
BYTE ReadWriteMode
 
BYTE ReadStatus
 
BYTE WriteStatus
 
BOOLEAN LatchStatusSet
 
BYTE StatusLatch
 
BOOLEAN Gate
 
WORD CountRegister
 
WORD OutputLatch
 
WORD ReloadValue
 
WORD CurrentValue
 
BOOLEAN Out
 
BOOLEAN FlipFlop
 
LPVOID OutParam
 
PIT_OUT_FUNCTION OutFunction
 

Detailed Description

Definition at line 39 of file pit.h.

Member Data Documentation

◆ Bcd

BOOLEAN _PIT_CHANNEL::Bcd

Definition at line 43 of file pit.h.

Referenced by PitLatchChannelStatus(), and PitWriteCommand().

◆ CountRegister

WORD _PIT_CHANNEL::CountRegister

Definition at line 57 of file pit.h.

Referenced by PitWriteCommand(), and PitWriteData().

◆ CurrentValue

WORD _PIT_CHANNEL::CurrentValue

Definition at line 62 of file pit.h.

Referenced by PitDecrementCount(), PitWriteCommand(), and PitWriteData().

◆ FlipFlop

BOOLEAN _PIT_CHANNEL::FlipFlop

HACK!!

Definition at line 66 of file pit.h.

Referenced by PitDecrementCount(), and PitWriteCommand().

◆ Gate

BOOLEAN _PIT_CHANNEL::Gate

Definition at line 55 of file pit.h.

Referenced by PitSetGate(), and PitSetOut().

◆ LatchStatusSet

BOOLEAN _PIT_CHANNEL::LatchStatusSet

Definition at line 51 of file pit.h.

Referenced by PitLatchChannelStatus(), PitReadData(), and PitWriteCommand().

◆ Mode

PIT_MODE _PIT_CHANNEL::Mode

Definition at line 42 of file pit.h.

Referenced by PitDecrementCount(), PitInitCounter(), PitLatchChannelStatus(), and PitWriteCommand().

◆ Out

BOOLEAN _PIT_CHANNEL::Out

Definition at line 65 of file pit.h.

Referenced by PitDecrementCount(), PitLatchChannelStatus(), and PitSetOut().

◆ OutFunction

PIT_OUT_FUNCTION _PIT_CHANNEL::OutFunction

Definition at line 68 of file pit.h.

Referenced by PitSetOut(), and PitSetOutFunction().

◆ OutParam

LPVOID _PIT_CHANNEL::OutParam

HACK!!

Definition at line 67 of file pit.h.

Referenced by PitSetOut(), and PitSetOutFunction().

◆ OutputLatch

WORD _PIT_CHANNEL::OutputLatch

Definition at line 58 of file pit.h.

Referenced by PitLatchChannelCount(), PitReadData(), and PitWriteCommand().

◆ ReadStatus

BYTE _PIT_CHANNEL::ReadStatus

Definition at line 47 of file pit.h.

Referenced by PitLatchChannelCount(), PitReadData(), and PitWriteCommand().

◆ ReadWriteMode

BYTE _PIT_CHANNEL::ReadWriteMode

Definition at line 44 of file pit.h.

Referenced by PitLatchChannelCount(), PitLatchChannelStatus(), PitWriteCommand(), and PitWriteData().

◆ ReloadValue

WORD _PIT_CHANNEL::ReloadValue

Definition at line 61 of file pit.h.

Referenced by PitDecrementCount(), PitGetReloadValue(), and PitWriteData().

◆ StatusLatch

BYTE _PIT_CHANNEL::StatusLatch

Definition at line 52 of file pit.h.

Referenced by PitLatchChannelStatus(), PitReadData(), and PitWriteCommand().

◆ WriteStatus

BYTE _PIT_CHANNEL::WriteStatus

Definition at line 48 of file pit.h.

Referenced by PitWriteCommand(), and PitWriteData().


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