Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSTM32L0_LpTimer.cs42 compareMatchInterruptStatus.Value = true; in STM32L0_LpTimer()
49 … .WithFlag(0, out compareMatchInterruptStatus, FieldMode.Read, name:"Compare match (CMPM)") in STM32L0_LpTimer()
72 compareMatchInterruptStatus.Value = false; in STM32L0_LpTimer()
296 flag |= compareMatchInterruptEnable.Value && compareMatchInterruptStatus.Value; in UpdateInterrupts()
342 private readonly IFlagRegisterField compareMatchInterruptStatus; field in Antmicro.Renode.Peripherals.Timers.STM32L0_LpTimer