Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_irda_ex.h280 case RCC_UART8CLKSOURCE_CSI: \
558 case RCC_UART8CLKSOURCE_CSI: \
Dstm32h7xx_hal_uart_ex.h410 case RCC_UART8CLKSOURCE_CSI: \
715 case RCC_UART8CLKSOURCE_CSI: \
Dstm32h7xx_hal_rcc_ex.h751 #define RCC_UART8CLKSOURCE_CSI RCC_USART234578CLKSOURCE_CSI macro
4061 ((SOURCE) == RCC_UART8CLKSOURCE_CSI) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h274 case RCC_UART8CLKSOURCE_CSI: \
Dstm32h5xx_hal_rcc_ex.h750 #define RCC_UART8CLKSOURCE_CSI RCC_CCIPR1_UART8SEL_2 macro
3367 ((__SOURCE__) == RCC_UART8CLKSOURCE_CSI) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c595 case RCC_UART8CLKSOURCE_CSI: /* CSI clock is used as source of UART8 clock*/ in HAL_RCCEx_PeriphCLKConfig()
3755 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_CSIRDY)) && (srcclk == RCC_UART8CLKSOURCE_CSI)) in HAL_RCCEx_GetPeriphCLKFreq()