Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs2000 … .WithFlag(4, out PROTIMER_timeoutCounter[0].seqUnderflowInterrupt, name: "TOUT0SEQIF") in BuildProtocolTimerRegistersCollection()
2001 … .WithFlag(5, out PROTIMER_timeoutCounter[1].seqUnderflowInterrupt, name: "TOUT1SEQIF") in BuildProtocolTimerRegistersCollection()
9142 seqUnderflowInterrupt.Value = true; in Update()
9194 … public bool SeqInterrupt => (seqUnderflowInterrupt.Value && seqUnderflowInterruptEnable.Value)
9205 public IFlagRegisterField seqUnderflowInterrupt; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio.PROTIMER_TimeoutCounter