Home
last modified time | relevance | path

Searched refs:RCC_ADCCLKSOURCE_PLL2 (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h1475 #define RCC_ADCCLKSOURCE_PLL2 (0x00000000U) macro
1479 #define RCC_ADCCLKSOURCE_PLL2 (0x00000000U) macro
4396 #define IS_RCC_ADCCLKSOURCE(SOURCE) (((SOURCE) == RCC_ADCCLKSOURCE_PLL2) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1332 case RCC_ADCCLKSOURCE_PLL2: /* PLL2 is used as clock source for ADC*/ in HAL_RCCEx_PeriphCLKConfig()
2642 case RCC_ADCCLKSOURCE_PLL2: in HAL_RCCEx_GetPeriphCLKFreq()