STM32L486xx HAL User Manual
Defines
ADC Clock Source
RCCEx Exported Constants

Defines

#define RCC_ADCCLKSOURCE_NONE   0x00000000U
#define RCC_ADCCLKSOURCE_PLLSAI1   RCC_CCIPR_ADCSEL_0
#define RCC_ADCCLKSOURCE_PLLSAI2   RCC_CCIPR_ADCSEL_1
#define RCC_ADCCLKSOURCE_SYSCLK   RCC_CCIPR_ADCSEL

Define Documentation

#define RCC_ADCCLKSOURCE_NONE   0x00000000U

Definition at line 648 of file stm32l4xx_hal_rcc_ex.h.

#define RCC_ADCCLKSOURCE_PLLSAI1   RCC_CCIPR_ADCSEL_0
#define RCC_ADCCLKSOURCE_PLLSAI2   RCC_CCIPR_ADCSEL_1
#define RCC_ADCCLKSOURCE_SYSCLK   RCC_CCIPR_ADCSEL

Definition at line 653 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_GetPeriphCLKFreq().