Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c1613 uint32_t current_time, delay, radio_init_delay, device_delay, rel_timeout, rel_timeout_mt; in TIMER_SetRadioTimerValue() local
1647rel_timeout_mt = blue_unit_conversion(rel_timeout, RADIO_TIMER_Context.calibrationData.freq1, MUL… in TIMER_SetRadioTimerValue()
1653 delay = rel_timeout_mt - BLUEGLOB->WAKEUPINITDELAY - radio_init_delay; in TIMER_SetRadioTimerValue()
1664 delay = rel_timeout_mt - RADIO_TIMER_Context.TxRxDelay.tim12_delay_mt - radio_init_delay; in TIMER_SetRadioTimerValue()
1671 RADIO_TIMER_Context.last_anchor_mt = (current_time + rel_timeout_mt) & TIMER_MAX_VALUE; in TIMER_SetRadioTimerValue()