Searched refs:expired (Results 1 – 1 of 1) sorted by relevance
267 static VTIMER_HandleType *_update_user_timeout(VTIMER_HandleType *rootNode, uint8_t *expired);273 static void _check_radio_activity(RADIO_TIMER_RadioHandleTypeDef *timerHandle, uint8_t *expired);390 uint8_t expired = 0; in HAL_RADIO_TIMER_Tick() local424 RADIO_TIMER_Context.rootNode = _update_user_timeout(RADIO_TIMER_Context.rootNode, &expired); in HAL_RADIO_TIMER_Tick()425 if (expired == 1) in HAL_RADIO_TIMER_Tick()455 _check_radio_activity(&RADIO_TIMER_Context.radioTimer, &expired); in HAL_RADIO_TIMER_Tick()456 RADIO_TIMER_Context.rootNode = _update_user_timeout(RADIO_TIMER_Context.rootNode, &expired); in HAL_RADIO_TIMER_Tick()459 _check_radio_activity(&RADIO_TIMER_Context.radioTimer, &expired); in HAL_RADIO_TIMER_Tick()932 uint8_t expired = 0; in HAL_RADIO_TIMER_StopVirtualTimer() local936 RADIO_TIMER_Context.rootNode = _update_user_timeout(rootNode, &expired); in HAL_RADIO_TIMER_StopVirtualTimer()[all …]