Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h779 #define RCC_FMCCLKSOURCE_PER (RCC_FMCCKSELR_FMCSRC_1 | RCC_FMCCKSELR_FMCSRC_0) macro
784 ((SOURCE) == RCC_FMCCLKSOURCE_PER))
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c3050 case RCC_FMCCLKSOURCE_PER: in HAL_RCCEx_GetPeriphCLKFreq()