Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c226 ((__SOURCE__) == RCC_ADCDACCLKSOURCE_HSI) || \
717 case RCC_ADCDACCLKSOURCE_HSI: in HAL_RCCEx_PeriphCLKConfig()
2296 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSIRDY)) && (srcclk == RCC_ADCDACCLKSOURCE_HSI)) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h1124 #define RCC_ADCDACCLKSOURCE_HSI RCC_CCIPR5_ADCDACSEL_2 macro
3626 ((__SOURCE__) == RCC_ADCDACCLKSOURCE_HSI) || \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h815 #define RCC_ADCDACCLKSOURCE_HSI RCC_CCIPR3_ADCDACSEL_2 macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1655 case RCC_ADCDACCLKSOURCE_HSI:/* HSI clock is used as source of ADCDAC clock*/ in HAL_RCCEx_PeriphCLKConfig()
3987 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSIRDY)) && (srcclk == RCC_ADCDACCLKSOURCE_HSI)) in HAL_RCCEx_GetPeriphCLKFreq()