Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h376 case RCC_UART12CLKSOURCE_PCLK1: \
Dstm32h5xx_hal_rcc_ex.h806 #define RCC_UART12CLKSOURCE_PCLK1 ((uint32_t)0x00000000U) macro
3403 (((__SOURCE__) == RCC_UART12CLKSOURCE_PCLK1) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c798 case RCC_UART12CLKSOURCE_PCLK1: /* PCLK1 is used as clock source for UART12*/ in HAL_RCCEx_PeriphCLKConfig()
3893 if (srcclk == RCC_UART12CLKSOURCE_PCLK1) in HAL_RCCEx_GetPeriphCLKFreq()