Home
last modified time | relevance | path

Searched refs:_update_user_timeout (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);
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()
936 RADIO_TIMER_Context.rootNode = _update_user_timeout(rootNode, &expired); in HAL_RADIO_TIMER_StopVirtualTimer()
1210 RADIO_TIMER_Context.rootNode = _update_user_timeout(timerHandle, &expired); in _start_timer()
1242 static VTIMER_HandleType *_update_user_timeout(VTIMER_HandleType *rootNode, uint8_t *expired) in _update_user_timeout() function
1579 RADIO_TIMER_Context.rootNode = _update_user_timeout(RADIO_TIMER_Context.rootNode, &expired); in _check_host_activity()