Searched refs:ReadByte (Results 1 – 11 of 11) sorted by relevance
364 ${r1}= Execute Command sysbus ReadByte 0x20000000365 ${r2}= Execute Command sysbus ReadByte 0x20000004366 ${r3}= Execute Command sysbus ReadByte 0x20000008367 ${r4}= Execute Command sysbus ReadByte 0x2000000C373 ${r1}= Execute Command sysbus ReadByte 0x20000010374 ${r2}= Execute Command sysbus ReadByte 0x20000014375 ${r3}= Execute Command sysbus ReadByte 0x20000018376 ${r4}= Execute Command sysbus ReadByte 0x2000001C382 ${r1}= Execute Command sysbus ReadByte 0x20000020383 ${r2}= Execute Command sysbus ReadByte 0x20000024[all …]
498 …${log}= Set Variable peripheral: ReadByte from 0x0 (unknown), returned 0x…504 Execute Command sysbus ReadByte 0x0508 Execute Command sysbus ReadByte 0x0
86 public byte ReadByte(long offset) in ReadByte() method in Antmicro.Renode.Peripherals.SystemC.SystemCCPU88 return systemCPeripheral.ReadByte(offset); in ReadByte()
308 public byte ReadByte(long offset) in ReadByte() method in Antmicro.Renode.Peripherals.SystemC.SystemCPeripheral614 … payload = (ulong)sysbus.ReadByte(message.Address, context: icpu); in BackwardConnectionLoop()
19 public byte ReadByte(long offset) in ReadByte() method in Antmicro.Renode.Peripherals.Test.ExecuteInLockPeripheral
28 console.DisplayChar(bus.ReadByte(pointer + i))
21 ${res}= Execute Command sysbus ReadByte ${address}
25 s += "%02x" % cpu.Bus.ReadByte(curr_addr + j - 1)
101 public byte ReadByte(long offset) in ReadByte() method in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedPeripheral
426 … Respond(ActionType.WriteToBus, 0, systemBus.ReadByte(message.Address), message.PeripheralIndex); in HandleReceivedMessage()
362 var c = cpu.Bus.ReadByte(paddr + i, context: cpu); in HandlePostLookupIPCBuffer()