C# Class Microsoft.Singularity.Hal.RTClockApic

Mostra file Open project: feel-the-dz3n/Singularity-OS Class Usage Examples

Public Methods

Method Description
ReleaseResources ( ) : void
SetRtcTime ( long newRtcTime, long kernelTicks ) : void

Private Methods

Method Description
AcquireLock ( ) : void
BcdToHex ( byte bcd ) : byte
ClearInterrupt ( ) : void
GetBootTime ( ) : long
HexToBcd ( int hex ) : byte
Initialize ( ) : byte
Log2 ( uint value ) : int
PullRtcTime ( ) : long
PushRtcTime ( long dtTicks ) : void
RTClockApic ( PnpConfig config, Apic apic ) : Microsoft.Singularity.Io
ReadRtc ( byte addr ) : byte
ReleaseLock ( ) : void
SetFrequency ( uint frequency ) : bool
WriteRtc ( byte addr, byte val ) : void

Method Details

ReleaseResources() public method

public ReleaseResources ( ) : void
return void

SetRtcTime() public method

public SetRtcTime ( long newRtcTime, long kernelTicks ) : void
newRtcTime long
kernelTicks long
return void