Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs1009 .WithFlag(5, out FRC_rxAbortedInterrupt, name: "RXABORTEDIF") in BuildFrameControllerRegistersCollection()
2790 || (FRC_rxAbortedInterrupt.Value && FRC_rxAbortedInterruptEnable.Value) in UpdateInterrupts()
3633 FRC_rxAbortedInterrupt.Value = true; in FRC_RxAbortCommand()
5495 private IFlagRegisterField FRC_rxAbortedInterrupt; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio