Home
last modified time | relevance | path

Searched refs:RCC_UART4CLKSOURCE_CSI (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_irda_ex.h172 case RCC_UART4CLKSOURCE_CSI: \
450 case RCC_UART4CLKSOURCE_CSI: \
Dstm32h7xx_hal_uart_ex.h302 case RCC_UART4CLKSOURCE_CSI: \
607 case RCC_UART4CLKSOURCE_CSI: \
Dstm32h7xx_hal_rcc_ex.h709 #define RCC_UART4CLKSOURCE_CSI RCC_USART234578CLKSOURCE_CSI macro
4033 ((SOURCE) == RCC_UART4CLKSOURCE_CSI) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h166 case RCC_UART4CLKSOURCE_CSI: \
498 case RCC_UART4CLKSOURCE_CSI: \
Dstm32h5xx_hal_rcc_ex.h690 #define RCC_UART4CLKSOURCE_CSI RCC_CCIPR1_UART4SEL_2 macro
3327 ((__SOURCE__) == RCC_UART4CLKSOURCE_CSI) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c371 case RCC_UART4CLKSOURCE_CSI: /* CSI clock is used as source of UART4 clock*/ in HAL_RCCEx_PeriphCLKConfig()
3599 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_CSIRDY)) && (srcclk == RCC_UART4CLKSOURCE_CSI)) in HAL_RCCEx_GetPeriphCLKFreq()