Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h953 #define RCC_ADCCLKSOURCE_PLL4 0U macro
957 #define IS_RCC_ADCCLKSOURCE(SOURCE) (((SOURCE) == RCC_ADCCLKSOURCE_PLL4) || \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c1630 case RCC_ADCCLKSOURCE_PLL4: /* PLL4 is used as clock source for ADC */ in HAL_RCCEx_PeriphCLKConfig()
3124 case RCC_ADCCLKSOURCE_PLL4: in HAL_RCCEx_GetPeriphCLKFreq()