C# 클래스 SharpOS.Kernel.ADC.X86.IO

파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
Delay ( ) : void
Read16 ( uint port ) : UInt16
Read32 ( uint port ) : UInt32
Read8 ( uint port ) : byte
ReadByte ( Port port ) : byte
Write16 ( uint port, UInt16 value ) : void
Write32 ( uint port, UInt32 value ) : void
Write8 ( uint port, byte value ) : void
WriteByte ( Port port, byte value ) : void

메소드 상세

Delay() 공개 정적인 메소드

public static Delay ( ) : void
리턴 void

Read16() 공개 정적인 메소드

public static Read16 ( uint port ) : UInt16
port uint
리턴 System.UInt16

Read32() 공개 정적인 메소드

public static Read32 ( uint port ) : UInt32
port uint
리턴 System.UInt32

Read8() 공개 정적인 메소드

public static Read8 ( uint port ) : byte
port uint
리턴 byte

ReadByte() 공개 정적인 메소드

public static ReadByte ( Port port ) : byte
port Port
리턴 byte

Write16() 공개 정적인 메소드

public static Write16 ( uint port, UInt16 value ) : void
port uint
value System.UInt16
리턴 void

Write32() 공개 정적인 메소드

public static Write32 ( uint port, UInt32 value ) : void
port uint
value System.UInt32
리턴 void

Write8() 공개 정적인 메소드

public static Write8 ( uint port, byte value ) : void
port uint
value byte
리턴 void

WriteByte() 공개 정적인 메소드

public static WriteByte ( Port port, byte value ) : void
port Port
value byte
리턴 void