C# 클래스 Microsoft.Singularity.Hal.RTClockApic

파일 보기 프로젝트 열기: feel-the-dz3n/Singularity-OS 1 사용 예제들

공개 메소드들

메소드 설명
ReleaseResources ( ) : void
SetRtcTime ( long newRtcTime, long kernelTicks ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ReleaseResources() 공개 메소드

public ReleaseResources ( ) : void
리턴 void

SetRtcTime() 공개 메소드

public SetRtcTime ( long newRtcTime, long kernelTicks ) : void
newRtcTime long
kernelTicks long
리턴 void