Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h379 case RCC_UART12CLKSOURCE_HSI: \
Dstm32h5xx_hal_rcc_ex.h809 #define RCC_UART12CLKSOURCE_HSI (RCC_CCIPR2_UART12SEL_0 | RCC_CCIPR2_UART12SEL_1) macro
3406 ((__SOURCE__) == RCC_UART12CLKSOURCE_HSI) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c815 case RCC_UART12CLKSOURCE_HSI: /* HSI clock is used as source of UART12 clock*/ in HAL_RCCEx_PeriphCLKConfig()
3907 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSIRDY)) && (srcclk == RCC_UART12CLKSOURCE_HSI)) in HAL_RCCEx_GetPeriphCLKFreq()