Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_irda_ex.h253 case RCC_UART7CLKSOURCE_CSI: \
531 case RCC_UART7CLKSOURCE_CSI: \
Dstm32h7xx_hal_uart_ex.h383 case RCC_UART7CLKSOURCE_CSI: \
688 case RCC_UART7CLKSOURCE_CSI: \
Dstm32h7xx_hal_rcc_ex.h737 #define RCC_UART7CLKSOURCE_CSI RCC_USART234578CLKSOURCE_CSI macro
4054 ((SOURCE) == RCC_UART7CLKSOURCE_CSI) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h247 case RCC_UART7CLKSOURCE_CSI: \
Dstm32h5xx_hal_rcc_ex.h735 #define RCC_UART7CLKSOURCE_CSI RCC_CCIPR1_UART7SEL_2 macro
3357 ((__SOURCE__) == RCC_UART7CLKSOURCE_CSI) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c539 case RCC_UART7CLKSOURCE_CSI: /* CSI clock is used as source of UART7 clock*/ in HAL_RCCEx_PeriphCLKConfig()
3716 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_CSIRDY)) && (srcclk == RCC_UART7CLKSOURCE_CSI)) in HAL_RCCEx_GetPeriphCLKFreq()