Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs1012 .WithFlag(8, out FRC_rxOverflowInterrupt, name: "RXOFIF") in BuildFrameControllerRegistersCollection()
2792 || (FRC_rxOverflowInterrupt.Value && FRC_rxOverflowInterruptEnable.Value) in UpdateInterrupts()
3383 FRC_rxOverflowInterrupt.Value = true; in FRC_DisassembleCurrentFrame()
3410 FRC_rxOverflowInterrupt.Value = true; in FRC_DisassembleCurrentFrame()
5497 private IFlagRegisterField FRC_rxOverflowInterrupt; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio