Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DSTM32_EXTICore.cs16 bool separateConfigs = false, bool allowMaskingDirectLines = true) in STM32_EXTICore() argument
20 this.allowMaskingDirectLines = allowMaskingDirectLines; in STM32_EXTICore()
37 if(isLineConfigurable || allowMaskingDirectLines) in CanSetInterruptValue()
102 private readonly bool allowMaskingDirectLines; field in Antmicro.Renode.Peripherals.IRQControllers.STM32_EXTICore
DSTM32F4_EXTI.cs31 …dWordMask(firstDirectLine, 0), treatOutOfRangeLinesAsDirect: true, allowMaskingDirectLines: false); in STM32F4_EXTI()