Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_HFXO_2.cs211 .WithFlag(0, out readyInterrupt, name: "RDY") in BuildRegistersCollection()
273 readyInterrupt.Value = true; in OnStartUpTimerExpired()
288 var irq = (readyInterruptEnable.Value && readyInterrupt.Value); in UpdateInterrupts()
313 private IFlagRegisterField readyInterrupt; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_HFXO_2