C# 클래스 Mosa.DeviceDriver.ISA.PIT

상속: Mosa.DeviceSystem.HardwareDevice, IDevice, IHardwareDevice
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

보호된 프로퍼티들

프로퍼티 타입 설명
counter0Divisor IReadWriteIOPort
modeControlPort IReadWriteIOPort
tickCount uint

공개 메소드들

메소드 설명
GetTickCount ( ) : uint

Gets the tick count.

OnInterrupt ( ) : bool

Called when an interrupt is received.

PIT ( ) : Mosa.HardwareSystem

Initializes a new instance of the PIT class.

Setup ( HardwareResources hardwareResources ) : bool

Setups this hardware device driver

Start ( ) : DeviceDriverStartStatus

Starts this hardware device.

메소드 상세

GetTickCount() 공개 메소드

Gets the tick count.
public GetTickCount ( ) : uint
리턴 uint

OnInterrupt() 공개 메소드

Called when an interrupt is received.
public OnInterrupt ( ) : bool
리턴 bool

PIT() 공개 메소드

Initializes a new instance of the PIT class.
public PIT ( ) : Mosa.HardwareSystem
리턴 Mosa.HardwareSystem

Setup() 공개 메소드

Setups this hardware device driver
public Setup ( HardwareResources hardwareResources ) : bool
hardwareResources HardwareResources
리턴 bool

Start() 공개 메소드

Starts this hardware device.
public Start ( ) : DeviceDriverStartStatus
리턴 DeviceDriverStartStatus

프로퍼티 상세

counter0Divisor 보호되어 있는 프로퍼티

protected IReadWriteIOPort counter0Divisor
리턴 IReadWriteIOPort

modeControlPort 보호되어 있는 프로퍼티

protected IReadWriteIOPort modeControlPort
리턴 IReadWriteIOPort

tickCount 보호되어 있는 프로퍼티

protected uint tickCount
리턴 uint