Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h299 #define RCC_ADCCLKSOURCE_CLKP RCC_CCIPR1_ADCSEL_1 /*!< Clock peripheral output selection */ macro
1757 ((__SOURCE__) == RCC_ADCCLKSOURCE_CLKP))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h1477 #define RCC_ADCCLKSOURCE_CLKP RCC_D3CCIPR_ADCSEL_1 macro
1481 #define RCC_ADCCLKSOURCE_CLKP RCC_SRDCCIPR_ADCSEL_1 macro
4398 ((SOURCE) == RCC_ADCCLKSOURCE_CLKP))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h112 #define RCC_ADCCLKSOURCE_CLKP LL_RCC_ADC_CLKSOURCE_CLKP macro
2689 ((__SOURCE__) == RCC_ADCCLKSOURCE_CLKP) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c369 case RCC_ADCCLKSOURCE_CLKP: in HAL_RCCEx_PeriphCLKConfig()
1693 case RCC_ADCCLKSOURCE_CLKP: /* CKPER is the clock source for ADC */ in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1345 case RCC_ADCCLKSOURCE_CLKP: in HAL_RCCEx_PeriphCLKConfig()
2669 case RCC_ADCCLKSOURCE_CLKP: in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c602 else if (PeriphClkInit->AdcClockSelection == RCC_ADCCLKSOURCE_CLKP) in HAL_RCCEx_PeriphCLKConfig()