Searched refs:calibration_factor (Results 1 – 1 of 1) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_adc_ex.c | 137 uint32_t calibration_factor; in HAL_ADCEx_Calibration_Start() local 179 tmp_hal_status = ADC_Calibration_MeasureOffset(hadc, ADC_SINGLE_ENDED, &calibration_factor); in HAL_ADCEx_Calibration_Start() 184 LL_ADC_SetCalibrationFactor(hadc->Instance, LL_ADC_SINGLE_ENDED, calibration_factor); in HAL_ADCEx_Calibration_Start() 193 … tmp_hal_status = ADC_Calibration_MeasureOffset(hadc, ADC_DIFFERENTIAL_ENDED, &calibration_factor); in HAL_ADCEx_Calibration_Start() 198 … LL_ADC_SetCalibrationFactor(hadc->Instance, LL_ADC_DIFFERENTIAL_ENDED, calibration_factor); in HAL_ADCEx_Calibration_Start() 208 … tmp_hal_status = ADC_Calibration_MeasureOffset(hadc, ADC_SINGLE_ENDED, &calibration_factor); in HAL_ADCEx_Calibration_Start() 213 LL_ADC_SetCalibrationFactor(hadc->Instance, LL_ADC_SINGLE_ENDED, calibration_factor); in HAL_ADCEx_Calibration_Start()
|