Analog-to-digital converter (ADC)
void ADC_DeInit ( ADC_TypeDef * ADCx)
Deinitializes the ADCx peripheral registers to their default reset
values.
ï‚· ADCx : where x can be 1, 2,3 or 4 to select the ADC
peripheral.
3.2.9.2 ADC_Init
void ADC_Init ( ADC_TypeDef * ADCx, ADC_InitTypeDef *
ADC_InitStruct)
Initializes the ADCx peripheral according to the specified
parameters in the ADC_InitStruct.
ï‚· ADCx : where x can be 1, 2, 3 or 4 to select the ADC
peripheral.
ï‚· ADC_InitStruct : pointer to an ADC_InitTypeDef structure
that contains the configuration information for the specified
ADC peripheral.
3.2.9.3 ADC_StructInit
void ADC_StructInit ( ADC_InitTypeDef * ADC_InitStruct)
Fills each ADC_InitStruct member with its default value.
ï‚· ADC_InitStruct : : pointer to an ADC_InitTypeDef structure
which will be initialized.