Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_ADC_CLOCK_SYNC_PCLK_DIV2

LL_ADC_CLOCK_SYNC_PCLK_DIV2 macro

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

Syntax

#define LL_ADC_CLOCK_SYNC_PCLK_DIV2 0x00000000UL

Examples

LL_ADC_CLOCK_SYNC_PCLK_DIV2 is referenced by 10 libraries and example projects.

References

LocationText
stm32f4xx_ll_adc.h:555
#define LL_ADC_CLOCK_SYNC_PCLK_DIV2 0x00000000UL /*!< ADC synchronous clock derived from AHB clock with prescaler division by 2 */
stm32f4xx_ll_adc.c:406
ADC_CommonInitStruct->CommonClock = LL_ADC_CLOCK_SYNC_PCLK_DIV2;