Home
last modified time | relevance | path

Searched refs:RCC_USART1CLKSOURCE_PLL2Q (Results 1 – 11 of 11) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h91 case RCC_USART1CLKSOURCE_PLL2Q: \
423 case RCC_USART1CLKSOURCE_PLL2Q: \
593 case RCC_USART1CLKSOURCE_PLL2Q: \
Dstm32h5xx_hal_usart.h749 case RCC_USART1CLKSOURCE_PLL2Q: \
919 case RCC_USART1CLKSOURCE_PLL2Q: \
1035 case RCC_USART1CLKSOURCE_PLL2Q: \
Dstm32h5xx_hal_smartcard.h889 case RCC_USART1CLKSOURCE_PLL2Q: \
1059 case RCC_USART1CLKSOURCE_PLL2Q: \
1175 case RCC_USART1CLKSOURCE_PLL2Q: \
Dstm32h5xx_hal_rcc_ex.h641 #define RCC_USART1CLKSOURCE_PLL2Q RCC_CCIPR1_USART1SEL_0 macro
3275 ((__SOURCE__) == RCC_USART1CLKSOURCE_PLL2Q) || \
3300 ((__SOURCE__) == RCC_USART1CLKSOURCE_PLL2Q) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_irda_ex.h86 case RCC_USART1CLKSOURCE_PLL2Q: \
Dstm32h7rsxx_hal_rcc_ex.h556 #define RCC_USART1CLKSOURCE_PLL2Q RCC_CCIPR3_USART1SEL_0 /*!< PLL2 'Q' output selection */ macro
1921 ((__SOURCE__) == RCC_USART1CLKSOURCE_PLL2Q) || \
Dstm32h7rsxx_hal_uart_ex.h213 case RCC_USART1CLKSOURCE_PLL2Q: \
Dstm32h7rsxx_hal_usart.h739 case RCC_USART1CLKSOURCE_PLL2Q: \
Dstm32h7rsxx_hal_smartcard.h877 case RCC_USART1CLKSOURCE_PLL2Q: \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c1213 case RCC_USART1CLKSOURCE_PLL2Q: /* PLL2_Q is used as clock source for USART1 */ in HAL_RCCEx_PeriphCLKConfig()
2509 case RCC_USART1CLKSOURCE_PLL2Q: /*!< PLL2 'Q' is the clock source for USART1 */ in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c187 case RCC_USART1CLKSOURCE_PLL2Q: /* PLL2 is used as clock source for USART1*/ in HAL_RCCEx_PeriphCLKConfig()
3467 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLL2RDY)) && (srcclk == RCC_USART1CLKSOURCE_PLL2Q)) in HAL_RCCEx_GetPeriphCLKFreq()