Home
last modified time | relevance | path

Searched refs:RCC_USART2CLKSOURCE_PLL2Q (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h118 case RCC_USART2CLKSOURCE_PLL2Q: \
450 case RCC_USART2CLKSOURCE_PLL2Q: \
617 case RCC_USART2CLKSOURCE_PLL2Q: \
Dstm32h5xx_hal_usart.h776 case RCC_USART2CLKSOURCE_PLL2Q: \
946 case RCC_USART2CLKSOURCE_PLL2Q: \
1059 case RCC_USART2CLKSOURCE_PLL2Q: \
Dstm32h5xx_hal_smartcard.h916 case RCC_USART2CLKSOURCE_PLL2Q: \
1086 case RCC_USART2CLKSOURCE_PLL2Q: \
1199 case RCC_USART2CLKSOURCE_PLL2Q: \
Dstm32h5xx_hal_rcc_ex.h656 #define RCC_USART2CLKSOURCE_PLL2Q RCC_CCIPR1_USART2SEL_0 macro
3283 ((__SOURCE__) == RCC_USART2CLKSOURCE_PLL2Q) || \
3307 ((__SOURCE__) == RCC_USART2CLKSOURCE_PLL2Q) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c242 case RCC_USART2CLKSOURCE_PLL2Q: /* PLL2 is used as clock source for USART2*/ in HAL_RCCEx_PeriphCLKConfig()
3506 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLL2RDY)) && (srcclk == RCC_USART2CLKSOURCE_PLL2Q)) in HAL_RCCEx_GetPeriphCLKFreq()