Home
last modified time | relevance | path

Searched refs:RCC_USART6CLKSOURCE_PCLK1 (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h214 case RCC_USART6CLKSOURCE_PCLK1: \
546 case RCC_USART6CLKSOURCE_PCLK1: \
Dstm32h5xx_hal_usart.h818 case RCC_USART6CLKSOURCE_PCLK1: \
988 case RCC_USART6CLKSOURCE_PCLK1: \
Dstm32h5xx_hal_smartcard.h958 case RCC_USART6CLKSOURCE_PCLK1: \
1128 case RCC_USART6CLKSOURCE_PCLK1: \
Dstm32h5xx_hal_rcc_ex.h716 #define RCC_USART6CLKSOURCE_PCLK1 ((uint32_t)0x00000000U) macro
3343 (((__SOURCE__) == RCC_USART6CLKSOURCE_PCLK1) || \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_irda_ex.h184 case RCC_USART6CLKSOURCE_PCLK1: \
Dstm32u5xx_hal_usart.h798 case RCC_USART6CLKSOURCE_PCLK1: \
Dstm32u5xx_hal_smartcard.h936 case RCC_USART6CLKSOURCE_PCLK1: \
Dstm32u5xx_hal_rcc_ex.h609 #define RCC_USART6CLKSOURCE_PCLK1 0x00000000U macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c114 (((__SOURCE__) == RCC_USART6CLKSOURCE_PCLK1) || \
2210 if (srcclk == RCC_USART6CLKSOURCE_PCLK1) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c462 case RCC_USART6CLKSOURCE_PCLK1: /* PCLK1 is used as clock source for USART6*/ in HAL_RCCEx_PeriphCLKConfig()
3659 if (srcclk == RCC_USART6CLKSOURCE_PCLK1) in HAL_RCCEx_GetPeriphCLKFreq()