Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_adc_ex.c75 #define ADC_CALIBRATION_TIMEOUT (296960UL) /*!< ADC calibration time-out value (unit: CPU… macro
161 if (wait_loop_index >= ADC_CALIBRATION_TIMEOUT) in HAL_ADCEx_Calibration_Start()