STM32F479xx HAL User Manual
|
Defines | |
#define | LL_ADC_CLOCK_SYNC_PCLK_DIV2 0x00000000UL |
#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 LL_ADC_CLOCK_SYNC_PCLK_DIV2 0x00000000UL |
ADC synchronous clock derived from AHB clock with prescaler division by 2
Definition at line 556 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 557 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 558 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 559 of file stm32f4xx_ll_adc.h.