Searched refs:underflowInterrupt (Results 1 – 1 of 1) sorted by relevance
1932 .WithFlag(4, out PROTIMER_timeoutCounter[0].underflowInterrupt, name: "TOUT0IF") in BuildProtocolTimerRegistersCollection()1933 .WithFlag(5, out PROTIMER_timeoutCounter[1].underflowInterrupt, name: "TOUT1IF") in BuildProtocolTimerRegistersCollection()9141 underflowInterrupt.Value = true; in Update()9192 public bool Interrupt => (underflowInterrupt.Value && underflowInterruptEnable.Value)9201 public IFlagRegisterField underflowInterrupt; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio.PROTIMER_TimeoutCounter