Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c462 HAL_RADIO_TIMER_StopVirtualTimer(&RADIO_TIMER_Context.calibrationTimer); in HAL_RADIO_TIMER_Tick()
929 void HAL_RADIO_TIMER_StopVirtualTimer(VTIMER_HandleType *timerHandle) in HAL_RADIO_TIMER_StopVirtualTimer() function
1362 HAL_RADIO_TIMER_StopVirtualTimer(&RADIO_TIMER_Context.calibrationTimer); in _virtualTimeBaseEnable()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_radio_timer.h348 void HAL_RADIO_TIMER_StopVirtualTimer(VTIMER_HandleType *timerHandle);
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/
Dbleplat.c243 HAL_RADIO_TIMER_StopVirtualTimer((VTIMER_HandleType*)TimerHandle); in BLEPLAT_StopTimer()