Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs1966 … .WithFlag(4, out PROTIMER_timeoutCounter[0].underflowInterruptEnable, name: "TOUT0IEN") in BuildProtocolTimerRegistersCollection()
1967 … .WithFlag(5, out PROTIMER_timeoutCounter[1].underflowInterruptEnable, name: "TOUT1IEN") in BuildProtocolTimerRegistersCollection()
9192 public bool Interrupt => (underflowInterrupt.Value && underflowInterruptEnable.Value)
9202 public IFlagRegisterField underflowInterruptEnable; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio.PROTIMER_TimeoutCounter