Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs1638 ….WithFlag(26, out RAC_seqStateTxPoweringDownInterrupt, changeCallback: (_, value) => { if (!value)… in BuildRadioControllerRegistersCollection()
3095 …irq = RAC_seqStateTxPoweringDownInterrupt.Value && RAC_seqStateTxPoweringDownInterruptEnable.Value; in UpdateInterrupts()
4022 RAC_seqStateTxPoweringDownInterrupt.Value = true; in RAC_UpdateRadioStateMachine()
5585 private IFlagRegisterField RAC_seqStateTxPoweringDownInterrupt; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio