Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc_ex.h448 #define RCC_ADCCLKSOURCE_PLLADC RCC_CCIPR_ADCSEL_0 /*!< PLL "P" (PLLADC) used as ADC clo… macro
1494 (((__SOURCE__) == RCC_ADCCLKSOURCE_PLLADC) || \
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c331 if (PeriphClkInit->AdcClockSelection == RCC_ADCCLKSOURCE_PLLADC) in HAL_RCCEx_PeriphCLKConfig()
875 else if (srcclk == RCC_ADCCLKSOURCE_PLLADC) in HAL_RCCEx_GetPeriphCLKFreq()