Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc_ex.h370 #define RCC_ADCCLKSOURCE_PLLP RCC_CCIPR_ADCSEL_0 macro
1259 ((__SOURCE__) == RCC_ADCCLKSOURCE_PLLP) || \
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c307 if (PeriphClkInit->AdcClockSelection == RCC_ADCCLKSOURCE_PLLP) in HAL_RCCEx_PeriphCLKConfig()
722 case RCC_ADCCLKSOURCE_PLLP: in HAL_RCCEx_GetPeriphCLKFreq()