Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h382 case RCC_UART12CLKSOURCE_CSI: \
Dstm32h5xx_hal_rcc_ex.h810 #define RCC_UART12CLKSOURCE_CSI RCC_CCIPR2_UART12SEL_2 macro
3407 ((__SOURCE__) == RCC_UART12CLKSOURCE_CSI) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c819 case RCC_UART12CLKSOURCE_CSI: /* CSI clock is used as source of UART12 clock*/ in HAL_RCCEx_PeriphCLKConfig()
3911 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_CSIRDY)) && (srcclk == RCC_UART12CLKSOURCE_CSI)) in HAL_RCCEx_GetPeriphCLKFreq()