Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c662 uint32_t event_time; in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue() local
693event_time = (abs_timeout_mt - RADIO_TIMER_Context.TxRxDelay.tim12_delay_mt - radio_init_delay) & … in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()
697 if ((event_time - current_machine_time) > 0x80000000) in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()
703 LL_RADIO_TIMER_SetTimeout(BLUE, event_time); in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()