C# 클래스 UnitTests.SystemBusTests.MultiRegistrationPeripheral

상속: IBusPeripheral, IDoubleWordPeripheral
파일 보기 프로젝트 열기: emul8/emul8

공개 메소드들

메소드 설명
ReadDoubleWord ( long offset ) : uint
Reset ( ) : void
WriteDoubleWord ( long offset, uint value ) : void

비공개 메소드들

메소드 설명
ReadByte1 ( long offset ) : byte
ReadByte2 ( long offset ) : byte
WriteByte1 ( long offset, byte value ) : void
WriteByte2 ( long offset, byte value ) : void

메소드 상세

ReadDoubleWord() 공개 메소드

public ReadDoubleWord ( long offset ) : uint
offset long
리턴 uint

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

WriteDoubleWord() 공개 메소드

public WriteDoubleWord ( long offset, uint value ) : void
offset long
value uint
리턴 void