STM32F439xx HAL User Manual
Defines
ADC common - Clock source
ADC Exported Constants

Defines

#define LL_ADC_CLOCK_SYNC_PCLK_DIV2   0x00000000U
#define LL_ADC_CLOCK_SYNC_PCLK_DIV4   ( ADC_CCR_ADCPRE_0)
#define LL_ADC_CLOCK_SYNC_PCLK_DIV6   (ADC_CCR_ADCPRE_1 )
#define LL_ADC_CLOCK_SYNC_PCLK_DIV8   (ADC_CCR_ADCPRE_1 | ADC_CCR_ADCPRE_0)

Define Documentation

#define LL_ADC_CLOCK_SYNC_PCLK_DIV2   0x00000000U

ADC synchronous clock derived from AHB clock with prescaler division by 2

Definition at line 560 of file stm32f4xx_ll_adc.h.

Referenced by LL_ADC_CommonStructInit().

#define LL_ADC_CLOCK_SYNC_PCLK_DIV4   ( ADC_CCR_ADCPRE_0)

ADC synchronous clock derived from AHB clock with prescaler division by 4

Definition at line 561 of file stm32f4xx_ll_adc.h.

#define LL_ADC_CLOCK_SYNC_PCLK_DIV6   (ADC_CCR_ADCPRE_1 )

ADC synchronous clock derived from AHB clock with prescaler division by 6

Definition at line 562 of file stm32f4xx_ll_adc.h.

#define LL_ADC_CLOCK_SYNC_PCLK_DIV8   (ADC_CCR_ADCPRE_1 | ADC_CCR_ADCPRE_0)

ADC synchronous clock derived from AHB clock with prescaler division by 8

Definition at line 563 of file stm32f4xx_ll_adc.h.