Home
last modified time | relevance | path

Searched refs:RCC_UART9CLKSOURCE_PCLK1 (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h295 case RCC_UART9CLKSOURCE_PCLK1: \
Dstm32h5xx_hal_rcc_ex.h761 #define RCC_UART9CLKSOURCE_PCLK1 ((uint32_t)0x00000000U) macro
3373 (((__SOURCE__) == RCC_UART9CLKSOURCE_PCLK1) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c630 case RCC_UART9CLKSOURCE_PCLK1: /* PCLK1 is used as clock source for UART9*/ in HAL_RCCEx_PeriphCLKConfig()
3776 if (srcclk == RCC_UART9CLKSOURCE_PCLK1) in HAL_RCCEx_GetPeriphCLKFreq()