STM32L443xx HAL User Manual
|
Defines | |
#define | RCC_ADCCLKSOURCE_NONE 0x00000000U |
#define | RCC_ADCCLKSOURCE_PLLSAI1 RCC_CCIPR_ADCSEL_0 |
#define | RCC_ADCCLKSOURCE_SYSCLK RCC_CCIPR_ADCSEL |
#define RCC_ADCCLKSOURCE_NONE 0x00000000U |
Definition at line 645 of file stm32l4xx_hal_rcc_ex.h.
#define RCC_ADCCLKSOURCE_PLLSAI1 RCC_CCIPR_ADCSEL_0 |
Definition at line 647 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_GetPeriphCLKFreq(), and HAL_RCCEx_PeriphCLKConfig().
#define RCC_ADCCLKSOURCE_SYSCLK RCC_CCIPR_ADCSEL |
Definition at line 653 of file stm32l4xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_GetPeriphCLKFreq().