Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/
DSystemCPeripheral.cs373 return ReadInternal(RenodeAction.Read, dataLength, offset, connectionIndex); in Read()
378 return ReadInternal(RenodeAction.ReadRegister, dataLength, offset, connectionIndex); in ReadRegister()
381 …private ulong ReadInternal(RenodeAction action, byte dataLength, long offset, byte connectionIndex) in ReadInternal() method in Antmicro.Renode.Peripherals.SystemC.SystemCPeripheral