C# 클래스 Mosa.DeviceDriver.PCI.Intel.QuarkSoC.IntelHSUART

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

공개 메소드들

메소드 설명
IntelHSUART ( ) : Mosa.HardwareSystem

Initializes a new instance of the IntelHSUART class.

OnInterrupt ( ) : bool

Called when an interrupt is received.

Setup ( Mosa.DeviceSystem.HardwareResources hardwareResources ) : bool

Setups this hardware device driver

Start ( ) : DeviceDriverStartStatus

Starts this hardware device.

메소드 상세

IntelHSUART() 공개 메소드

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

OnInterrupt() 공개 메소드

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

Setup() 공개 메소드

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

Start() 공개 메소드

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