Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c872 int32_t sysTick = (msTime * TIMER_SYSTICK_PER_10MS) / 10; in HAL_RADIO_TIMER_AddSysTimeMs() local
873 return (sysTime + sysTick); in HAL_RADIO_TIMER_AddSysTimeMs()