Home
last modified time | relevance | path

Searched refs:RCC_ADCCLKSOURCE_PLLSAI1 (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc_ex.h188 ((__SOURCE__) == RCC_ADCCLKSOURCE_PLLSAI1) || \
590 #define RCC_ADCCLKSOURCE_PLLSAI1 LL_RCC_ADC_CLKSOURCE_PLLSAI1 /*!< PLLSAI1 "R" clock select… macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h647 #define RCC_ADCCLKSOURCE_PLLSAI1 RCC_CCIPR_ADCSEL_0 macro
2862 ((__SOURCE__) == RCC_ADCCLKSOURCE_PLLSAI1) || \
2871 ((__SOURCE__) == RCC_ADCCLKSOURCE_PLLSAI1) || \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h501 #define RCC_ADCCLKSOURCE_PLLSAI1 RCC_CCIPR1_ADCSEL_0 /*!< PLLSAI "R" clock (PLLADC1CLK) */ macro
2093 ((__SOURCE__) == RCC_ADCCLKSOURCE_PLLSAI1) || \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c629 if (PeriphClkInit->AdcClockSelection == RCC_ADCCLKSOURCE_PLLSAI1) in HAL_RCCEx_PeriphCLKConfig()
1259 case RCC_ADCCLKSOURCE_PLLSAI1: in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c652 if(PeriphClkInit->AdcClockSelection == RCC_ADCCLKSOURCE_PLLSAI1) in HAL_RCCEx_PeriphCLKConfig()
1648 case RCC_ADCCLKSOURCE_PLLSAI1: in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc_ex.c386 if (PeriphClkInit->AdcClockSelection == RCC_ADCCLKSOURCE_PLLSAI1) in HAL_RCCEx_PeriphCLKConfig()