Searched refs:txTimer (Results 1 – 1 of 1) sorted by relevance
55 …txTimer = new LimitTimer(machine.ClockSource, HfxoFrequency, this, "txtimer", initialTimerLimit, d… in EFR32xG24_Radio()57 txTimer.LimitReached += RAC_TxTimerLimitReached; in EFR32xG24_Radio()281 txTimer.Frequency = PROTIMER_GetPreCntOverflowFrequency(); in TransmitFrame()282 txTimer.Limit = PROTIMER_UsToPreCntOverflowTicks(timerDelayUs); in TransmitFrame()283 txTimer.Enabled = true; in TransmitFrame()834 private readonly LimitTimer txTimer; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio3669 txTimer.Enabled = false; in RAC_ClearOngoingTx()4208 txTimer.Enabled = false; in RAC_TxTimerLimitReached()