C# 클래스 Devices.GenericClock.Clock

상속: IHardwareDevice
파일 보기 프로젝트 열기: kierenj/0x10c-DevKit

공개 메소드들

메소드 설명
CycleTimerCompleted ( object state ) : void
Initialise ( IEmulatedSystem system ) : void
Interrupt ( int &additionalCycles ) : void
Pulse ( ) : void
Query ( uint &manufacturer, uint &hardwareType, ushort &revision ) : void
Reset ( ) : void

메소드 상세

CycleTimerCompleted() 공개 메소드

public CycleTimerCompleted ( object state ) : void
state object
리턴 void

Initialise() 공개 메소드

public Initialise ( IEmulatedSystem system ) : void
system IEmulatedSystem
리턴 void

Interrupt() 공개 메소드

public Interrupt ( int &additionalCycles ) : void
additionalCycles int
리턴 void

Pulse() 공개 메소드

public Pulse ( ) : void
리턴 void

Query() 공개 메소드

public Query ( uint &manufacturer, uint &hardwareType, ushort &revision ) : void
manufacturer uint
hardwareType uint
revision ushort
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void