Home
last modified time | relevance | path

Searched refs:ReadDirect (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/
DSystemCCPU.cs96 public ulong ReadDirect(byte dataLength, long offset, byte connectionIndex) in ReadDirect() method in Antmicro.Renode.Peripherals.SystemC.SystemCCPU
98 return systemCPeripheral.ReadDirect(dataLength, offset, connectionIndex); in ReadDirect()
DSystemCPeripheral.cs205 ulong ReadDirect(byte dataLength, long offset, byte connectionIndex); in ReadDirect() method
318 public ulong ReadDirect(byte dataLength, long offset, byte connectionIndex) in ReadDirect() method in Antmicro.Renode.Peripherals.SystemC.SystemCPeripheral
632 …payload = directAccessPeripherals[message.GetDirectConnectionIndex()].ReadDirect(message.DataLengt… in BackwardConnectionLoop()