Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/
Dbleplat.c236 int BLEPLAT_StartTimer(BLEPLAT_TimerHandleTypeDef *TimerHandle, uint64_t Time) in BLEPLAT_StartTimer() argument
238 return HAL_RADIO_TIMER_StartVirtualTimerSysTime((VTIMER_HandleType*)TimerHandle, Time); in BLEPLAT_StartTimer()
241 void BLEPLAT_StopTimer(BLEPLAT_TimerHandleTypeDef *TimerHandle) in BLEPLAT_StopTimer() argument
243 HAL_RADIO_TIMER_StopVirtualTimer((VTIMER_HandleType*)TimerHandle); in BLEPLAT_StopTimer()
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dbleplat.h294 int BLEPLAT_StartTimer(BLEPLAT_TimerHandleTypeDef *TimerHandle, uint64_t Time);
296 void BLEPLAT_StopTimer(BLEPLAT_TimerHandleTypeDef *TimerHandle);