Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedUART.cs21 …public CoSimulatedUART(Machine machine, int maxWidth = 64, bool useAbsoluteAddress = false, long f… in CoSimulatedUART() argument
26 : base(machine, maxWidth, useAbsoluteAddress, frequency, in CoSimulatedUART()
DCoSimulatedPeripheral.cs24 …public CoSimulatedPeripheral(Machine machine, int maxWidth = 64, bool useAbsoluteAddress = false, … in CoSimulatedPeripheral() argument
30 UseAbsoluteAddress = useAbsoluteAddress; in CoSimulatedPeripheral()