Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c267 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() local
424 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() local
936 RADIO_TIMER_Context.rootNode = _update_user_timeout(rootNode, &expired); in HAL_RADIO_TIMER_StopVirtualTimer()
[all …]