Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c231 #define TIMER_SYSTICK_PER_10MS (4096) macro
338 …RADIO_TIMER_Context.calibrationSettings.periodicCalibrationInterval = (TIMER_SYSTICK_PER_10MS * RA… in HAL_RADIO_TIMER_Init()
872 int32_t sysTick = (msTime * TIMER_SYSTICK_PER_10MS) / 10; in HAL_RADIO_TIMER_AddSysTimeMs()
901 …art_timer(timerHandle, HAL_RADIO_TIMER_GetCurrentSysTime() + (temp * TIMER_SYSTICK_PER_10MS) / 10); in HAL_RADIO_TIMER_StartVirtualTimer()