Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSTM32L0_LpTimer.cs30 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