Home
last modified time | relevance | path

Searched refs:ReadDoubleWordUsingByte (Results 1 – 11 of 11) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DReadExtensionsTest.cs176 Assert.AreEqual(0x78563412, bytePeripheral.ReadDoubleWordUsingByte(0)); in ShouldReadDoubleWordUsingByte()
188 Assert.AreEqual(0x90785634, bytePeripheral.ReadDoubleWordUsingByte(1)); in ShouldReadDoubleWordUsingByteNotAligned()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DMPC5567_INTC.cs66 return this.ReadDoubleWordUsingByte(offset); in ReadDoubleWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSEMA4.cs73 return this.ReadDoubleWordUsingByte(offset); in ReadDoubleWord()
DS32K3XX_SystemIntegrationUnitLite2.cs47 return this.ReadDoubleWordUsingByte(offset); in ReadDoubleWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DSAMD21_GPIO.cs32 return this.ReadDoubleWordUsingByte(offset); in ReadDoubleWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSAMD21_Timer.cs95 return this.ReadDoubleWordUsingByte(offset); in ReadDoubleWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DAMDCFIFlash.cs275 return this.ReadDoubleWordUsingByte(offset); in ReadDoubleWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DCoreLocalInterruptController.cs120 return this.ReadDoubleWordUsingByte(offset); in ReadDoubleWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DMPFS_SDController.cs44 return this.ReadDoubleWordUsingByte(offset); in ReadDoubleWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/
DReadWriteExtensions.cs108 public static uint ReadDoubleWordUsingByte(this IBytePeripheral peripheral, long address) in ReadDoubleWordUsingByte() method in Antmicro.Renode.Core.Extensions.ReadWriteExtensions
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs1570 …eWordReadMethod)byteWrapper.ReadDoubleWordUsingByteBigEndian : byteWrapper.ReadDoubleWordUsingByte; in FillAccessMethodsWithDefaultMethods()
1585 …eadMethod)bytePeripheral.ReadDoubleWordUsingByteBigEndian : bytePeripheral.ReadDoubleWordUsingByte; in FillAccessMethodsWithDefaultMethods()