Home
last modified time | relevance | path

Searched refs:RCC_ADCDACCLKSOURCE_PLL2 (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c224 ((__SOURCE__) == RCC_ADCDACCLKSOURCE_PLL2) || \
709 case RCC_ADCDACCLKSOURCE_PLL2: in HAL_RCCEx_PeriphCLKConfig()
2272 else if (srcclk == RCC_ADCDACCLKSOURCE_PLL2) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h813 #define RCC_ADCDACCLKSOURCE_PLL2 RCC_CCIPR3_ADCDACSEL_1 macro