STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
Collaboration diagram for ADC Clock Prescaler:

Macros

#define ADC_CLOCK_SYNC_PCLK_DIV2   0x00000000U
#define ADC_CLOCK_SYNC_PCLK_DIV4   ((uint32_t)ADC_CCR_ADCPRE_0)
#define ADC_CLOCK_SYNC_PCLK_DIV6   ((uint32_t)ADC_CCR_ADCPRE_1)
#define ADC_CLOCK_SYNC_PCLK_DIV8   ((uint32_t)ADC_CCR_ADCPRE)

Detailed Description

Macro Definition Documentation

◆ ADC_CLOCK_SYNC_PCLK_DIV2

#define ADC_CLOCK_SYNC_PCLK_DIV2   0x00000000U

Definition at line 272 of file stm32f4xx_hal_adc.h.

◆ ADC_CLOCK_SYNC_PCLK_DIV4

#define ADC_CLOCK_SYNC_PCLK_DIV4   ((uint32_t)ADC_CCR_ADCPRE_0)

Definition at line 273 of file stm32f4xx_hal_adc.h.

◆ ADC_CLOCK_SYNC_PCLK_DIV6

#define ADC_CLOCK_SYNC_PCLK_DIV6   ((uint32_t)ADC_CCR_ADCPRE_1)

Definition at line 274 of file stm32f4xx_hal_adc.h.

◆ ADC_CLOCK_SYNC_PCLK_DIV8

#define ADC_CLOCK_SYNC_PCLK_DIV8   ((uint32_t)ADC_CCR_ADCPRE)

Definition at line 275 of file stm32f4xx_hal_adc.h.