Home
last modified time | relevance | path

Searched refs:RCC_ADCCLKSOURCE_HCLK (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc_ex.h360 #define RCC_ADCCLKSOURCE_HCLK 0x00000000U macro
968 #define IS_RCC_ADCCLKSOURCE(__SOURCE__) (((__SOURCE__) == RCC_ADCCLKSOURCE_HCLK) || \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h111 #define RCC_ADCCLKSOURCE_HCLK LL_RCC_ADC_CLKSOURCE_HCLK macro
2688 (((__SOURCE__) == RCC_ADCCLKSOURCE_HCLK) || \
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc_ex.c1015 if (srcclk == RCC_ADCCLKSOURCE_HCLK) in HAL_RCCEx_GetPeriphCLKFreq()