Home
last modified time | relevance | path

Searched refs:RCC_LPTIM1CLKSOURCE_PLL3R (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h383 #define RCC_LPTIM1CLKSOURCE_PLL3R RCC_CCIPR2_LPTIM1SEL_1 /*!< PLL3 'R' output selection */ macro
1818 ((__SOURCE__) == RCC_LPTIM1CLKSOURCE_PLL3R) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1216 #if defined(RCC_LPTIM1CLKSOURCE_PLL3R) in HAL_RCCEx_PeriphCLKConfig()
1217 case RCC_LPTIM1CLKSOURCE_PLL3R: /* PLL3 is used as clock source for LPTIM1*/ in HAL_RCCEx_PeriphCLKConfig()
4243 #if defined(RCC_LPTIM1CLKSOURCE_PLL3R) in HAL_RCCEx_GetPeriphCLKFreq()
4244 case RCC_LPTIM1CLKSOURCE_PLL3R: in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c616 case RCC_LPTIM1CLKSOURCE_PLL3R: /* PLL3_R is used as clock source for LPTIM1 */ in HAL_RCCEx_PeriphCLKConfig()
1965 case RCC_LPTIM1CLKSOURCE_PLL3R: /* PLL3 'R' is the clock source for LPTIM1 */ in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h1023 #define RCC_LPTIM1CLKSOURCE_PLL3R RCC_CCIPR2_LPTIM1SEL_1 macro
3526 ((__SOURCE__) == RCC_LPTIM1CLKSOURCE_PLL3R) || \