Home
last modified time | relevance | path

Searched refs:AssertSignalNotCPUIndexed (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()
174 AssertSignalNotCPUIndexed(signal, inSetMethod: true); in SetSignal()
190 AssertSignalNotCPUIndexed(signal, inSetMethod: true); in SetSignalFromAddress()
203 AssertSignalNotCPUIndexed(signal, inSetMethod: true); in SetSignalState()
247 private void AssertSignalNotCPUIndexed(Signal<ArmSignals> signal, bool inSetMethod) in AssertSignalNotCPUIndexed() method in Antmicro.Renode.Peripherals.Miscellaneous.ArmSignalsUnit