Home
last modified time | relevance | path

Searched refs:RCC_ADCCLKSOURCE_PLL (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc_ex.h187 ((__SOURCE__) == RCC_ADCCLKSOURCE_PLL) || \
193 ((__SOURCE__) == RCC_ADCCLKSOURCE_PLL) || \
199 ((__SOURCE__) == RCC_ADCCLKSOURCE_PLL) || \
594 #define RCC_ADCCLKSOURCE_PLL LL_RCC_ADC_CLKSOURCE_PLL /*!< PLL "P" clock selected a… macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rcc_ex.h118 ((__SOURCE__) == RCC_ADCCLKSOURCE_PLL) || \
340 #define RCC_ADCCLKSOURCE_PLL LL_RCC_ADC_CLKSOURCE_PLL /*!< PLL "P" clock selected as … macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rcc_ex.c326 if (PeriphClkInit->AdcClockSelection == RCC_ADCCLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc_ex.c379 if (PeriphClkInit->AdcClockSelection == RCC_ADCCLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()