Searched refs:LineConfigurations (Results 1 – 1 of 1) sorted by relevance
32 cores[i] = new STM32_EXTICore(this, LineConfigurations[i]); in STM32H7_EXTI()107 …ersCollection.DefineRegister((long)Registers.InterruptMask1 + idx * 0x10, ~LineConfigurations[idx]) in DefineRegisters()120 private static readonly uint[] LineConfigurations = new uint[CoreCount] field in Antmicro.Renode.Peripherals.IRQControllers.STM32H7_EXTI