Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h254 #define RCC_FMCCLKSOURCE_PLL1Q RCC_CCIPR1_FMCSEL_0 /*!< PLL 'Q' output selection */ macro
1793 ((__SOURCE__) == RCC_FMCCLKSOURCE_PLL1Q) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c195 case RCC_FMCCLKSOURCE_PLL1Q: /* PLL1_Q is used as clock source for FMC kernel */ in HAL_RCCEx_PeriphCLKConfig()
1547 … case RCC_FMCCLKSOURCE_PLL1Q: /* PLL1 'Q' is the clock source for FMC kernel peripheral clock */ in HAL_RCCEx_GetPeriphCLKFreq()