STM32L486xx HAL User Manual
Defines
Peripheral ADC clock source selection
RCC Exported Constants

Defines

#define LL_RCC_ADC_CLKSOURCE_NONE   0x00000000U
#define LL_RCC_ADC_CLKSOURCE_PLLSAI1   RCC_CCIPR_ADCSEL_0
#define LL_RCC_ADC_CLKSOURCE_PLLSAI2   RCC_CCIPR_ADCSEL_1
#define LL_RCC_ADC_CLKSOURCE_SYSCLK   RCC_CCIPR_ADCSEL

Define Documentation

#define LL_RCC_ADC_CLKSOURCE_NONE   0x00000000U

No clock used as ADC clock source

Definition at line 595 of file stm32l4xx_ll_rcc.h.

Referenced by LL_RCC_GetADCClockFreq().

#define LL_RCC_ADC_CLKSOURCE_PLLSAI1   RCC_CCIPR_ADCSEL_0

PLLSAI1 clock used as ADC clock source

Definition at line 596 of file stm32l4xx_ll_rcc.h.

Referenced by LL_RCC_GetADCClockFreq().

#define LL_RCC_ADC_CLKSOURCE_PLLSAI2   RCC_CCIPR_ADCSEL_1

PLLSAI2 clock used as ADC clock source

Definition at line 598 of file stm32l4xx_ll_rcc.h.

Referenced by LL_RCC_GetADCClockFreq().

#define LL_RCC_ADC_CLKSOURCE_SYSCLK   RCC_CCIPR_ADCSEL

SYSCLK clock used as ADC clock source

Definition at line 600 of file stm32l4xx_ll_rcc.h.

Referenced by LL_RCC_GetADCClockFreq().