Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs1934 … .WithFlag(6, out PROTIMER_timeoutCounter[0].matchInterrupt, name: "TOUT0MATCHIF") in BuildProtocolTimerRegistersCollection()
1935 … .WithFlag(7, out PROTIMER_timeoutCounter[1].matchInterrupt, name: "TOUT1MATCHIF") in BuildProtocolTimerRegistersCollection()
9170 matchInterrupt.Value |= match; in Update()
9193 || (matchInterrupt.Value && matchInterruptEnable.Value);
9203 public IFlagRegisterField matchInterrupt; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio.PROTIMER_TimeoutCounter