Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c75 …bool calibration_in_progress; /*!< Flag to indicate that a periodic calibration has been started … member
342 RADIO_TIMER_Context.calibrationSettings.calibration_in_progress = FALSE; in HAL_RADIO_TIMER_Init()
434 if (RADIO_TIMER_Context.calibrationSettings.calibration_in_progress) in HAL_RADIO_TIMER_Tick()
439 RADIO_TIMER_Context.calibrationSettings.calibration_in_progress = FALSE; in HAL_RADIO_TIMER_Tick()
1194 RADIO_TIMER_Context.calibrationSettings.calibration_in_progress = TRUE; in _calibration_callback()
1720 …ontext.served_count) && (RADIO_TIMER_Context.calibrationSettings.calibration_in_progress == FALSE)… in TIMER_SleepCheck()