Searched refs:CheckNoEffectConstructorParam (Results 1 – 1 of 1) sorted by relevance
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/ |
D | CoSimulatedPeripheral.cs | 47 … CheckNoEffectConstructorParam(nameof(frequency), frequency, VerilogTimeunitFrequency); in CoSimulatedPeripheral() 48 CheckNoEffectConstructorParam(nameof(limitBuffer), limitBuffer, LimitBuffer); in CoSimulatedPeripheral() 49 CheckNoEffectConstructorParam(nameof(timeout), timeout, DefaultTimeout); in CoSimulatedPeripheral() 50 CheckNoEffectConstructorParam(nameof(address), address, null); in CoSimulatedPeripheral() 51 … CheckNoEffectConstructorParam(nameof(simulationFilePathLinux), simulationFilePathLinux, null); in CoSimulatedPeripheral() 52 … CheckNoEffectConstructorParam(nameof(simulationFilePathWindows), simulationFilePathWindows, null); in CoSimulatedPeripheral() 53 … CheckNoEffectConstructorParam(nameof(simulationFilePathMacOS), simulationFilePathMacOS, null); in CoSimulatedPeripheral() 54 … CheckNoEffectConstructorParam(nameof(simulationContextLinux), simulationContextLinux, null); in CoSimulatedPeripheral() 55 … CheckNoEffectConstructorParam(nameof(simulationContextWindows), simulationContextWindows, null); in CoSimulatedPeripheral() 56 … CheckNoEffectConstructorParam(nameof(simulationContextMacOS), simulationContextMacOS, null); in CoSimulatedPeripheral() [all …]
|