Searched refs:expiryTime (Results 1 – 2 of 2) sorted by relevance
102 uint64_t expiryTime; member370 RADIO_TIMER_Context.radioTimer.expiryTime = 0; in HAL_RADIO_TIMER_Init()395 if (RADIO_TIMER_Context.radioTimer.expiryTime < HAL_RADIO_TIMER_GetCurrentSysTime()) in HAL_RADIO_TIMER_Tick()495 *time = RADIO_TIMER_Context.radioTimer.expiryTime; in HAL_RADIO_TIMER_GetRadioTimerStatus()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()605 …RADIO_TIMER_Context.radioTimer.expiryTime = RADIO_TIMER_Context.calibrationData.last_calibration_t… in HAL_RADIO_TIMER_SetRadioTimerValue()619 if (RADIO_TIMER_Context.rootNode->expiryTime < current_time || in HAL_RADIO_TIMER_SetRadioTimerValue()620 ((RADIO_TIMER_Context.radioTimer.expiryTime < (RADIO_TIMER_Context.rootNode->expiryTime + in HAL_RADIO_TIMER_SetRadioTimerValue()625 if ((RADIO_TIMER_Context.radioTimer.expiryTime >= RADIO_TIMER_Context.rootNode->expiryTime) in HAL_RADIO_TIMER_SetRadioTimerValue()[all …]
72 uint64_t expiryTime; /*!< Managed internally when the timer is started */ member