C# Class UnitTests.SystemBusTests.MultiRegistrationPeripheral

Inheritance: IBusPeripheral, IDoubleWordPeripheral
显示文件 Open project: emul8/emul8

Public Methods

Method Description
ReadDoubleWord ( long offset ) : uint
Reset ( ) : void
WriteDoubleWord ( long offset, uint value ) : void

Private Methods

Method Description
ReadByte1 ( long offset ) : byte
ReadByte2 ( long offset ) : byte
WriteByte1 ( long offset, byte value ) : void
WriteByte2 ( long offset, byte value ) : void

Method Details

ReadDoubleWord() public method

public ReadDoubleWord ( long offset ) : uint
offset long
return uint

Reset() public method

public Reset ( ) : void
return void

WriteDoubleWord() public method

public WriteDoubleWord ( long offset, uint value ) : void
offset long
value uint
return void