Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedPeripheral.cs24 …public CoSimulatedPeripheral(Machine machine, int maxWidth = 64, bool useAbsoluteAddress = false, … in CoSimulatedPeripheral()
329 private int maxWidth; field in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedPeripheral
DCoSimulatedUART.cs21 …public CoSimulatedUART(Machine machine, int maxWidth = 64, bool useAbsoluteAddress = false, long f… in CoSimulatedUART()