Searched refs:current_time (Results 1 – 1 of 1) sorted by relevance
526 uint64_t current_time; in HAL_RADIO_TIMER_PowerSaveLevelCheck() local536 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() local611 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() local798 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 …]