Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h322 case RCC_USART10CLKSOURCE_PCLK1: \
Dstm32h5xx_hal_rcc_ex.h776 #define RCC_USART10CLKSOURCE_PCLK1 ((uint32_t)0x00000000U) macro
3383 (((__SOURCE__) == RCC_USART10CLKSOURCE_PCLK1) || \
Dstm32h5xx_hal_usart.h845 case RCC_USART10CLKSOURCE_PCLK1: \
Dstm32h5xx_hal_smartcard.h985 case RCC_USART10CLKSOURCE_PCLK1: \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c686 case RCC_USART10CLKSOURCE_PCLK1: /* PCLK1 is used as clock source for USART10*/ in HAL_RCCEx_PeriphCLKConfig()
3815 if (srcclk == RCC_USART10CLKSOURCE_PCLK1) in HAL_RCCEx_GetPeriphCLKFreq()