Home
last modified time | relevance | path

Searched refs:RCC_ADCCLKSOURCE_PLL3 (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h955 #define RCC_ADCCLKSOURCE_PLL3 RCC_ADCCKSELR_ADCSRC_1 macro
959 ((SOURCE) == RCC_ADCCLKSOURCE_PLL3))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h1476 #define RCC_ADCCLKSOURCE_PLL3 RCC_D3CCIPR_ADCSEL_0 macro
1480 #define RCC_ADCCLKSOURCE_PLL3 RCC_SRDCCIPR_ADCSEL_0 macro
4397 ((SOURCE) == RCC_ADCCLKSOURCE_PLL3) || \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c1641 case RCC_ADCCLKSOURCE_PLL3: /* PLL3 is used as clock source for ADC */ in HAL_RCCEx_PeriphCLKConfig()
3133 case RCC_ADCCLKSOURCE_PLL3: in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1339 case RCC_ADCCLKSOURCE_PLL3: /* PLL3 is used as clock source for ADC*/ in HAL_RCCEx_PeriphCLKConfig()
2655 case RCC_ADCCLKSOURCE_PLL3: in HAL_RCCEx_GetPeriphCLKFreq()