Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h297 #define RCC_ADCCLKSOURCE_PLL2P 0U /*!< PLL2 'P' output selection (default)… macro
1755 (((__SOURCE__) == RCC_ADCCLKSOURCE_PLL2P) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c359 case RCC_ADCCLKSOURCE_PLL2P: /* PLL2_P is used as clock source for ADC */ in HAL_RCCEx_PeriphCLKConfig()
1681 case RCC_ADCCLKSOURCE_PLL2P: /* PLL2 'P' is the clock source for ADC */ in HAL_RCCEx_GetPeriphCLKFreq()