Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h1408 #define RCC_DSICLKSOURCE_PLL2 RCC_D1CCIPR_DSISEL macro
4376 ((__SOURCE__) == RCC_DSICLKSOURCE_PLL2))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c770 case RCC_DSICLKSOURCE_PLL2: /* PLL2 is used as clock source for DSI*/ in HAL_RCCEx_PeriphCLKConfig()
Dstm32h7xx_hal_dsi.c2295 __HAL_RCC_DSI_CONFIG(RCC_DSICLKSOURCE_PLL2); in HAL_DSI_EnterULPM()