Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h148 case RCC_USART3CLKSOURCE_PLL3Q: \
480 case RCC_USART3CLKSOURCE_PLL3Q: \
Dstm32h5xx_hal_usart.h806 case RCC_USART3CLKSOURCE_PLL3Q: \
976 case RCC_USART3CLKSOURCE_PLL3Q: \
Dstm32h5xx_hal_smartcard.h946 case RCC_USART3CLKSOURCE_PLL3Q: \
1116 case RCC_USART3CLKSOURCE_PLL3Q: \
Dstm32h5xx_hal_rcc_ex.h673 #define RCC_USART3CLKSOURCE_PLL3Q RCC_CCIPR1_USART3SEL_1 macro
3292 ((__SOURCE__) == RCC_USART3CLKSOURCE_PLL3Q) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c304 #if defined(RCC_USART3CLKSOURCE_PLL3Q) in HAL_RCCEx_PeriphCLKConfig()
305 case RCC_USART3CLKSOURCE_PLL3Q: /* PLL3 is used as clock source for USART3*/ in HAL_RCCEx_PeriphCLKConfig()
3550 #if defined(RCC_USART3CLKSOURCE_PLL3Q) in HAL_RCCEx_GetPeriphCLKFreq()
3551 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLL3RDY)) && (srcclk == RCC_USART3CLKSOURCE_PLL3Q)) in HAL_RCCEx_GetPeriphCLKFreq()