Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h255 #define RCC_FMCCLKSOURCE_PLL2R RCC_CCIPR1_FMCSEL_1 /*!< PLL2 'R' output selection */ macro
1794 ((__SOURCE__) == RCC_FMCCLKSOURCE_PLL2R) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c201 case RCC_FMCCLKSOURCE_PLL2R: /* PLL2_R is used as clock source for FMC kernel */ in HAL_RCCEx_PeriphCLKConfig()
1553 … case RCC_FMCCLKSOURCE_PLL2R: /* PLL2 'R' is the clock source for FMC kernel peripheral clock */ in HAL_RCCEx_GetPeriphCLKFreq()