Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc_ex.h404 #define RCC_ADC12CLKSOURCE_PLL RCC_CCIPR_ADC12SEL_0 macro
1589 ((__SOURCE__) == RCC_ADC12CLKSOURCE_PLL) || \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c441 if(PeriphClkInit->Adc12ClockSelection == RCC_ADC12CLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
1202 if(srcclk == RCC_ADC12CLKSOURCE_PLL) in HAL_RCCEx_GetPeriphCLKFreq()