Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c102 uint64_t expiryTime; member
370 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 …]
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_radio_timer.h72 uint64_t expiryTime; /*!< Managed internally when the timer is started */ member