Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DMPC5567_INTC.cs96 this.WriteDoubleWordUsingByte(offset, value); in WriteDoubleWord()
101 this.WriteDoubleWordUsingByte(offset, value); in WriteDoubleWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSEMA4.cs99 this.WriteDoubleWordUsingByte(offset, value); in WriteDoubleWord()
DS32K3XX_SystemIntegrationUnitLite2.cs56 this.WriteDoubleWordUsingByte(offset, value); in WriteDoubleWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DSAMD21_GPIO.cs43 this.WriteDoubleWordUsingByte(offset, value); in WriteDoubleWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSAMD21_Timer.cs58 this.WriteDoubleWordUsingByte(offset, value); in WriteDoubleWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DAMDCFIFlash.cs287 this.WriteDoubleWordUsingByte(offset, value); in WriteDoubleWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DCoreLocalInterruptController.cs129 this.WriteDoubleWordUsingByte(offset, value); in WriteDoubleWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DWriteExtensionsTest.cs58 bytePeripheral.WriteDoubleWordUsingByte(0, 0x78563412); in ShouldWriteDoubleWordUsingByte()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DMPFS_SDController.cs54 this.WriteDoubleWordUsingByte(offset, value); in WriteDoubleWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/
DReadWriteExtensions.cs135 …public static void WriteDoubleWordUsingByte(this IBytePeripheral peripheral, long address, uint va… in WriteDoubleWordUsingByte() method in Antmicro.Renode.Core.Extensions.ReadWriteExtensions
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs1571 …rdWriteMethod)byteWrapper.WriteDoubleWordUsingByteBigEndian : byteWrapper.WriteDoubleWordUsingByte; in FillAccessMethodsWithDefaultMethods()
1586 …eMethod)bytePeripheral.WriteDoubleWordUsingByteBigEndian : bytePeripheral.WriteDoubleWordUsingByte; in FillAccessMethodsWithDefaultMethods()