/** . C% q4 Z+ W% @& a7 u * @brief Configures the ADC clock (ADCCLK).& f O+ o. i( @5 F2 z1 G
* @note This function is obsolete. 8 Q* q \4 F( h6 {0 g * For proper ADC clock selection, refer to ADC_ClockModeConfig() in the ADC driver / K( q: w6 C' W8 J) R }+ F: w * @param RCC_ADCCLK: defines the ADC clock source. This clock is derived 1 {- n7 N- m; E" q* e! e! E * from the HSI14 or APB clock (PCLK).8 o( H# G2 H, D
* This parameter can be one of the following values: 3 y8 p- a5 M- e$ \& {* d8 O' K * @arg RCC_ADCCLK_HSI14: ADC clock = HSI14 (14MHz)# s" U6 K9 c9 r0 w9 N) H8 h
* @arg RCC_ADCCLK_PCLK_Div2: ADC clock = PCLK/2& K. _$ j/ E# u) w3 P, n
* @arg RCC_ADCCLK_PCLK_Div4: ADC clock = PCLK/4 # L6 D5 _, w3 k p+ X9 x
* @retval None 7 d% O: [ z9 c' G% E6 u/ l/ X4 {' N */& i2 ~2 S6 R& v/ i; @
void RCC_ADCCLKConfig(uint32_t RCC_ADCCLK) ' e6 K3 h) [9 l; [此函数已废弃,正确ADC时钟选择,请用函数ADC_ClockModeConfig()
* @brief Configures the ADC clock (ADCCLK).& f O+ o. i( @5 F2 z1 G
* @note This function is obsolete.
* For proper ADC clock selection, refer to ADC_ClockModeConfig() in the ADC driver
* @param RCC_ADCCLK: defines the ADC clock source. This clock is derived
* from the HSI14 or APB clock (PCLK).8 o( H# G2 H, D
* This parameter can be one of the following values:
* @arg RCC_ADCCLK_HSI14: ADC clock = HSI14 (14MHz)# s" U6 K9 c9 r0 w9 N) H8 h
* @arg RCC_ADCCLK_PCLK_Div2: ADC clock = PCLK/2& K. _$ j/ E# u) w3 P, n
* @arg RCC_ADCCLK_PCLK_Div4: ADC clock = PCLK/4 # L6 D5 _, w3 k p+ X9 x
* @retval None
*/& i2 ~2 S6 R& v/ i; @
void RCC_ADCCLKConfig(uint32_t RCC_ADCCLK)
此函数已废弃,正确ADC时钟选择,请用函数ADC_ClockModeConfig()
谢谢楼主分享,不错的资料
谢谢分享