00169 /** @defgroup ADC_Private_Functions
00170 * @{
00171 */
00172
00173 /**
00174 * @brief Deinitializes the ADCx peripheral registers to their default
00175 * reset values.
00176 * @param ADCx: where x can be 1, 2 or 3 to select the ADC peripheral.
00177 * @retval : None
00178 */
00179 void ADC_DeInit(ADC_TypeDef* ADCx)
2.03的前面的注解:
/*******************************************************************************
* Function Name : ADC_DeInit
* Description : Deinitializes the ADCx peripheral registers to their default
* reset values.
* Input : - ADCx: where x can be 1, 2 or 3 to select the ADC peripheral.
* Output : None
* Return : None
*******************************************************************************/
void ADC_DeInit(ADC_TypeDef* ADCx)