Searched refs:ReadDirect (Results 1 – 2 of 2) sorted by relevance
96 public ulong ReadDirect(byte dataLength, long offset, byte connectionIndex) in ReadDirect() method in Antmicro.Renode.Peripherals.SystemC.SystemCCPU98 return systemCPeripheral.ReadDirect(dataLength, offset, connectionIndex); in ReadDirect()
205 ulong ReadDirect(byte dataLength, long offset, byte connectionIndex); in ReadDirect() method318 public ulong ReadDirect(byte dataLength, long offset, byte connectionIndex) in ReadDirect() method in Antmicro.Renode.Peripherals.SystemC.SystemCPeripheral632 …payload = directAccessPeripherals[message.GetDirectConnectionIndex()].ReadDirect(message.DataLengt… in BackwardConnectionLoop()