Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/
DSystemCCPU.cs91 public void WriteByte(long offset, byte value) in WriteByte() method in Antmicro.Renode.Peripherals.SystemC.SystemCCPU
93 systemCPeripheral.WriteByte(offset, value); in WriteByte()
DSystemCPeripheral.cs313 public void WriteByte(long offset, byte value) in WriteByte() method in Antmicro.Renode.Peripherals.SystemC.SystemCPeripheral
576 … sysbus.WriteByte(message.Address, (byte)message.Payload, context: icpu); in BackwardConnectionLoop()
/Renode-v1.15.3-c57714d/src/Renode/Integrations/
DArduinoLoader.cs184 case (char)Command.WriteByte: in Decode()
258 case Command.WriteByte: in HandleCommand()
259 machine.SystemBus.WriteByte(arg0, (byte)arg1); in HandleCommand()
354 WriteByte = (byte)'O', enumerator
/Renode-v1.15.3-c57714d/tests/platforms/systemc/test-synchronization/
DExecuteInLockPeripheral.cs24 public void WriteByte(long offset, byte value) in WriteByte() method in Antmicro.Renode.Peripherals.Test.ExecuteInLockPeripheral
/Renode-v1.15.3-c57714d/scripts/single-node/
Drzg2l_linux.resc39 sysbus WriteByte 0x20000058 0x1 cpu0
41 sysbus WriteByte 0x20000059 0x1 cpu0
/Renode-v1.15.3-c57714d/tests/peripherals/CLIC/
DCLIC-priorities-01.robot34 Execute Command sysbus WriteByte ${INT_ENABLE_ADDR} 1
DCLIC-level-prio-01.robot33 Execute Command sysbus WriteByte ${INT_ENABLE_ADDR} 1
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedPeripheral.cs141 public void WriteByte(long offset, byte value) in WriteByte() method in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedPeripheral
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DCoSimulationConnection.cs406 systemBus.WriteByte(message.Address, (byte)message.Data); in HandleReceivedMessage()
/Renode-v1.15.3-c57714d/tests/platforms/
Dambiq-apollo4.robot24 Execute Command sysbus WriteByte ${address} ${byte}
/Renode-v1.15.3-c57714d/tests/unit-tests/
Dsysbus.robot139 Execute Command sysbus WriteByte ${address} ${value} ${cpu_context}
140 Wait For Log Entry WriteByte to non existing peripheral at ${address}, value ${value}