Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c1492 uint64_t nextCalibrationEvent, currentTime; in _check_radio_activity() local
1502 currentTime = HAL_RADIO_TIMER_GetCurrentSysTime(); in _check_radio_activity()
1504 (currentTime > (nextCalibrationEvent + CALIB_SAFE_THR))) in _check_radio_activity()
1506 if (timerHandle->expiryTime - TIMER1_INIT_DELAY > (currentTime + TIMER1_MARGIN)) in _check_radio_activity()