Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DSTM32H7_EXTI.cs32 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