Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs2002 … .WithFlag(6, out PROTIMER_timeoutCounter[0].seqMatchInterrupt, name: "TOUT0MATCHSEQIF") in BuildProtocolTimerRegistersCollection()
2003 … .WithFlag(7, out PROTIMER_timeoutCounter[1].seqMatchInterrupt, name: "TOUT1MATCHSEQIF") in BuildProtocolTimerRegistersCollection()
9171 seqMatchInterrupt.Value |= match; in Update()
9195 … || (seqMatchInterrupt.Value && seqMatchInterruptEnable.Value);
9207 public IFlagRegisterField seqMatchInterrupt; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio.PROTIMER_TimeoutCounter