Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs275 MODEM_txSyncSentInterrupt.Value |= !MODEM_syncData.Value; in TransmitFrame()
276 MODEM_seqTxSyncSentInterrupt.Value = MODEM_txSyncSentInterrupt.Value; in TransmitFrame()
2188 .WithFlag(1, out MODEM_txSyncSentInterrupt, name: "TXSYNCSENTIF") in BuildModulatorAndDemodulatorRegistersCollection()
2809 || (MODEM_txSyncSentInterrupt.Value && MODEM_txSyncSentInterruptEnable.Value) in UpdateInterrupts()
5767 private IFlagRegisterField MODEM_txSyncSentInterrupt; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio