Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_SYSRTC_1.cs211 .WithFlag(2, out compare1Interrupt, name: "COMP1IF") in BuildRegistersCollection()
301 private IFlagRegisterField compare1Interrupt; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_SYSRTC_1
367 compare1Interrupt.Value = true; in TimerLimitReached()
419 || (compare1InterruptEnable.Value && compare1Interrupt.Value) in UpdateInterrupts()