Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h1421 #define RCC_FMCCLKSOURCE_PLL RCC_D1CCIPR_FMCSEL_0 macro
1429 #define RCC_FMCCLKSOURCE_PLL RCC_CDCCIPR_FMCSEL_0 macro
4381 ((__SOURCE__) == RCC_FMCCLKSOURCE_PLL) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c848 case RCC_FMCCLKSOURCE_PLL: /* PLL is used as clock source for FMC*/ in HAL_RCCEx_PeriphCLKConfig()