Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs1010 .WithFlag(6, out FRC_frameErrorInterrupt, name: "FRAMEERRORIF") in BuildFrameControllerRegistersCollection()
2791 || (FRC_frameErrorInterrupt.Value && FRC_frameErrorInterruptEnable.Value) in UpdateInterrupts()
3501 FRC_frameErrorInterrupt.Value = true; in FRC_TrySetFrameLength()
4330 FRC_frameErrorInterrupt.Value = true; in RAC_RxTimerLimitReached()
5496 private IFlagRegisterField FRC_frameErrorInterrupt; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio