Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs1628 .WithFlag(16, out RAC_seqStateOffInterrupt, name: "STATEOFFIF") in BuildRadioControllerRegistersCollection()
3025 irq = RAC_seqStateOffInterrupt.Value && RAC_seqStateOffInterruptEnable.Value; in UpdateInterrupts()
3982 RAC_seqStateOffInterrupt.Value = true; in RAC_UpdateRadioStateMachine()
5575 private IFlagRegisterField RAC_seqStateOffInterrupt; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio