Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/
DInterferenceQueue.cs24 public static class InterferenceQueue class
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs144 InterferenceQueue.Subscribe(this); in EFR32xG24_Radio()
189 TimeInterval txStartTime = InterferenceQueue.GetTxStartTime(sender); in ReceiveFrame()
221 …AGC_FrameRssiIntegerPart = (sbyte)InterferenceQueue.GetCurrentRssi(this, MODEM_GetCurrentPhy(), Ch… in ReceiveFrame()
270 InterferenceQueue.Add(this, MODEM_GetCurrentPhy(), Channel, 0 /*TODO: TxPower*/, frame); in TransmitFrame()
859 InterferenceQueue.ForceBusyRssi = value;
3672 InterferenceQueue.Remove(this); in RAC_ClearOngoingTx()
5316 …AGC_RssiIntegerPart = (sbyte)InterferenceQueue.GetCurrentRssi(this, MODEM_GetCurrentPhy(), Channel… in AGC_UpdateRssi()