Searched refs:autoReloadMatchInterruptStatus (Results 1 – 1 of 1) sorted by relevance
30 autoReloadMatchInterruptStatus.Value = true; in STM32L0_LpTimer()50 … .WithFlag(1, out autoReloadMatchInterruptStatus, FieldMode.Read, name: "Autoreload match (ARRM)") in STM32L0_LpTimer()83 autoReloadMatchInterruptStatus.Value = false; in STM32L0_LpTimer()293 flag |= autoReloadMatchInterruptEnable.Value && autoReloadMatchInterruptStatus.Value; in UpdateInterrupts()336 private readonly IFlagRegisterField autoReloadMatchInterruptStatus; field in Antmicro.Renode.Peripherals.Timers.STM32L0_LpTimer