HAL + 0/1 examples
CodeScope will show references to ADC_CLOCK_SYNC_PCLK_DIV2 from the following samples and libraries:
Examples
STM32F429ZI-Nucleo
Examples_MIX
ADC
 
Symbols
loading...
Files
loading...

ADC_CLOCK_SYNC_PCLK_DIV2 macro

Syntax

#define ADC_CLOCK_SYNC_PCLK_DIV2 0x00000000U

Examples

ADC_CLOCK_SYNC_PCLK_DIV2 is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_hal_adc.h:272
#define ADC_CLOCK_SYNC_PCLK_DIV2 0x00000000U
stm32_hal_legacy.h:77
#define ADC_CLOCKPRESCALER_PCLK_DIV2 ADC_CLOCK_SYNC_PCLK_DIV2
stm32f4xx_hal_adc.h:701
#define IS_ADC_CLOCKPRESCALER(ADC_CLOCK) (((ADC_CLOCK) == ADC_CLOCK_SYNC_PCLK_DIV2) || \