Searched refs:useAbsoluteAddress (Results 1 – 2 of 2) sorted by relevance
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/ |
D | CoSimulatedUART.cs | 21 …public CoSimulatedUART(Machine machine, int maxWidth = 64, bool useAbsoluteAddress = false, long f… in CoSimulatedUART() argument 26 : base(machine, maxWidth, useAbsoluteAddress, frequency, in CoSimulatedUART()
|
D | CoSimulatedPeripheral.cs | 24 …public CoSimulatedPeripheral(Machine machine, int maxWidth = 64, bool useAbsoluteAddress = false, … in CoSimulatedPeripheral() argument 30 UseAbsoluteAddress = useAbsoluteAddress; in CoSimulatedPeripheral()
|