Searched refs:WriteInternal (Results 1 – 1 of 1) sorted by relevance
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/ |
D | SystemCPeripheral.cs | 397 WriteInternal(RenodeAction.Write, dataLength, offset, value, connectionIndex); in Write() 402 WriteInternal(RenodeAction.WriteRegister, dataLength, offset, value, connectionIndex); in WriteRegister() 405 …private void WriteInternal(RenodeAction action, byte dataLength, long offset, ulong value, byte co… in WriteInternal() method in Antmicro.Renode.Peripherals.SystemC.SystemCPeripheral
|