Home
last modified time | relevance | path

Searched defs:connectionIndex (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/
DSystemCPeripheral.cs205 ulong ReadDirect(byte dataLength, long offset, byte connectionIndex); in ReadDirect()
206 void WriteDirect(byte dataLength, long offset, ulong value, byte connectionIndex); in WriteDirect()
244 public void AddDirectConnection(byte connectionIndex, IDirectAccessPeripheral target) in AddDirectConnection()
318 public ulong ReadDirect(byte dataLength, long offset, byte connectionIndex) in ReadDirect()
323 public void WriteDirect(byte dataLength, long offset, ulong value, byte connectionIndex) in WriteDirect()
371 private ulong Read(byte dataLength, long offset, byte connectionIndex = 0) in Read()
376 public ulong ReadRegister(byte dataLength, long offset, byte connectionIndex = 0) in ReadRegister()
381 …private ulong ReadInternal(RenodeAction action, byte dataLength, long offset, byte connectionIndex) in ReadInternal()
395 private void Write(byte dataLength, long offset, ulong value, byte connectionIndex = 0) in Write()
400 … public void WriteRegister(byte dataLength, long offset, ulong value, byte connectionIndex = 0) in WriteRegister()
[all …]
DSystemCCPU.cs51 public void AddDirectConnection(byte connectionIndex, IDirectAccessPeripheral target) in AddDirectConnection()
96 public ulong ReadDirect(byte dataLength, long offset, byte connectionIndex) in ReadDirect()
101 public void WriteDirect(byte dataLength, long offset, ulong value, byte connectionIndex) in WriteDirect()