Searched refs:TimerHandle (Results 1 – 2 of 2) sorted by relevance
236 int BLEPLAT_StartTimer(BLEPLAT_TimerHandleTypeDef *TimerHandle, uint64_t Time) in BLEPLAT_StartTimer() argument238 return HAL_RADIO_TIMER_StartVirtualTimerSysTime((VTIMER_HandleType*)TimerHandle, Time); in BLEPLAT_StartTimer()241 void BLEPLAT_StopTimer(BLEPLAT_TimerHandleTypeDef *TimerHandle) in BLEPLAT_StopTimer() argument243 HAL_RADIO_TIMER_StopVirtualTimer((VTIMER_HandleType*)TimerHandle); in BLEPLAT_StopTimer()
294 int BLEPLAT_StartTimer(BLEPLAT_TimerHandleTypeDef *TimerHandle, uint64_t Time);296 void BLEPLAT_StopTimer(BLEPLAT_TimerHandleTypeDef *TimerHandle);