Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c526 uint64_t current_time; in HAL_RADIO_TIMER_PowerSaveLevelCheck() local
536 current_time = HAL_RADIO_TIMER_GetCurrentSysTime(); in HAL_RADIO_TIMER_PowerSaveLevelCheck()
543 if (RADIO_TIMER_Context.radioTimer.expiryTime < (current_time + \ in HAL_RADIO_TIMER_PowerSaveLevelCheck()
563 …if (RADIO_TIMER_Context.rootNode->expiryTime < (current_time + LOW_POWER_THR + RADIO_TIMER_Context… in HAL_RADIO_TIMER_PowerSaveLevelCheck()
600 uint64_t current_time; in HAL_RADIO_TIMER_SetRadioTimerValue() local
611 current_time = HAL_RADIO_TIMER_GetCurrentSysTime(); in HAL_RADIO_TIMER_SetRadioTimerValue()
619 if (RADIO_TIMER_Context.rootNode->expiryTime < current_time || in HAL_RADIO_TIMER_SetRadioTimerValue()
795 uint32_t current_time; in HAL_RADIO_TIMER_SetRadioCloseTimeout() local
798 current_time = LL_RADIO_TIMER_GetAbsoluteTime(WAKEUP); in HAL_RADIO_TIMER_SetRadioCloseTimeout()
799 LL_RADIO_TIMER_SetTimeout(BLUE, ((current_time + 2) & TIMER_MAX_VALUE)); in HAL_RADIO_TIMER_SetRadioCloseTimeout()
[all …]