Searched refs:rootNode (Results 1 – 1 of 1) sorted by relevance
123 VTIMER_HandleType *rootNode; /*!< First timer of the host timer queue */ member267 static VTIMER_HandleType *_update_user_timeout(VTIMER_HandleType *rootNode, uint8_t *expired);268 static VTIMER_HandleType *_insert_timer_in_queue(VTIMER_HandleType *rootNode, VTIMER_HandleType *ha…270 static VTIMER_HandleType *_remove_timer_in_queue(VTIMER_HandleType *rootNode, VTIMER_HandleType *ha…271 static VTIMER_HandleType *_check_callbacks(VTIMER_HandleType *rootNode, VTIMER_HandleType **expired…360 RADIO_TIMER_Context.rootNode = NULL; in HAL_RADIO_TIMER_Init()408 RADIO_TIMER_Context.rootNode = _check_callbacks(RADIO_TIMER_Context.rootNode, &expiredList); in HAL_RADIO_TIMER_Tick()424 RADIO_TIMER_Context.rootNode = _update_user_timeout(RADIO_TIMER_Context.rootNode, &expired); in HAL_RADIO_TIMER_Tick()456 RADIO_TIMER_Context.rootNode = _update_user_timeout(RADIO_TIMER_Context.rootNode, &expired); in HAL_RADIO_TIMER_Tick()561 if (RADIO_TIMER_Context.rootNode != NULL && RADIO_TIMER_Context.rootNode->active) in HAL_RADIO_TIMER_PowerSaveLevelCheck()[all …]