Home
last modified time | relevance | path

Searched refs:nextCalibrationEvent (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
1498 nextCalibrationEvent = RADIO_TIMER_Context.calibrationData.last_calibration_time + \ in _check_radio_activity()
1503 if ((timerHandle->expiryTime < (nextCalibrationEvent + RADIO_ACTIVITY_MARGIN)) || \ in _check_radio_activity()
1504 (currentTime > (nextCalibrationEvent + CALIB_SAFE_THR))) in _check_radio_activity()