Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSTM32L0_LpTimer.cs137 ….WithFlag(1, out autoReloadMatchInterruptEnable, name: "Autoreload match interrupt enable (ARRMIE)… in STM32L0_LpTimer()
293 flag |= autoReloadMatchInterruptEnable.Value && autoReloadMatchInterruptStatus.Value; in UpdateInterrupts()
335 private readonly IFlagRegisterField autoReloadMatchInterruptEnable; field in Antmicro.Renode.Peripherals.Timers.STM32L0_LpTimer