Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c664 uint32_t abs_timeout_mt; in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue() local
691 abs_timeout_mt = RADIO_TIMER_Context.last_anchor_mt + _us_to_machinetime(rel_timeout_us); in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()
693 …event_time = (abs_timeout_mt - RADIO_TIMER_Context.TxRxDelay.tim12_delay_mt - radio_init_delay) & … in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()
713 RADIO_TIMER_Context.last_anchor_mt = abs_timeout_mt & TIMER_MAX_VALUE; in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()