Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h308 #define RCC_ADF1CLKSOURCE_PLL2P RCC_CCIPR1_ADF1SEL_0 /*!< PLL2 'P' output selection */ macro
1761 ((__SOURCE__) == RCC_ADF1CLKSOURCE_PLL2P) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c399 case RCC_ADF1CLKSOURCE_PLL2P: /* PLL2_P is used as clock source for ADF1 */ in HAL_RCCEx_PeriphCLKConfig()
1710 case RCC_ADF1CLKSOURCE_PLL2P: /* PLL2 'P' is the clock source for ADF1 */ in HAL_RCCEx_GetPeriphCLKFreq()