Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArmSignalsUnit.cs79 AssertSignalNotCPUIndexed(signal, inSetMethod: false); in GetAddress()
92 AssertSignalNotCPUIndexed(signal, inSetMethod: false); in GetSignal()
105 AssertSignalNotCPUIndexed(signal, inSetMethod: false); in IsSignalEnabled()
118 AssertSignalCPUIndexed(signal, inSetMethod: false); in IsSignalEnabledForCPU()
174 AssertSignalNotCPUIndexed(signal, inSetMethod: true); in SetSignal()
190 AssertSignalNotCPUIndexed(signal, inSetMethod: true); in SetSignalFromAddress()
203 AssertSignalNotCPUIndexed(signal, inSetMethod: true); in SetSignalState()
216 AssertSignalCPUIndexed(signal, inSetMethod: true); in SetSignalStateForCPU()
236 private void AssertSignalCPUIndexed(Signal<ArmSignals> signal, bool inSetMethod) in AssertSignalCPUIndexed() argument
240 var alternativeMethodNames = inSetMethod in AssertSignalCPUIndexed()
[all …]