Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs1932 .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