Analog-to-digital converter (ADC)
3.2.9.9 ADC_StartCalibration
void ADC_StartCalibration ( ADC_TypeDef * ADCx)
Starts the selected ADC calibration process.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
3.2.9.10 ADC_GetCalibrationValue
uint32_t ADC_GetCalibrationValue ( ADC_TypeDef * ADCx)
Returns the ADCx calibration value.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
3.2.9.11 ADC_SetCalibrationValue
void ADC_SetCalibrationValue ( ADC_TypeDef * ADCx,
uint32_t ADC_Calibration)
Sets the ADCx calibration register.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.