Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_irda_ex.h199 case RCC_UART5CLKSOURCE_CSI: \
477 case RCC_UART5CLKSOURCE_CSI: \
Dstm32h7xx_hal_uart_ex.h329 case RCC_UART5CLKSOURCE_CSI: \
634 case RCC_UART5CLKSOURCE_CSI: \
Dstm32h7xx_hal_rcc_ex.h723 #define RCC_UART5CLKSOURCE_CSI RCC_USART234578CLKSOURCE_CSI macro
4040 ((SOURCE) == RCC_UART5CLKSOURCE_CSI) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h193 case RCC_UART5CLKSOURCE_CSI: \
525 case RCC_UART5CLKSOURCE_CSI: \
Dstm32h5xx_hal_rcc_ex.h705 #define RCC_UART5CLKSOURCE_CSI RCC_CCIPR1_UART5SEL_2 macro
3337 ((__SOURCE__) == RCC_UART5CLKSOURCE_CSI) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c427 case RCC_UART5CLKSOURCE_CSI: /* CSI clock is used as source of UART5 clock*/ in HAL_RCCEx_PeriphCLKConfig()
3638 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_CSIRDY)) && (srcclk == RCC_UART5CLKSOURCE_CSI)) in HAL_RCCEx_GetPeriphCLKFreq()