Home
last modified time | relevance | path

Searched refs:RCC_USART1CLKSOURCE_CSI (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h85 case RCC_USART1CLKSOURCE_CSI: \
417 case RCC_USART1CLKSOURCE_CSI: \
Dstm32h5xx_hal_smartcard.h883 case RCC_USART1CLKSOURCE_CSI: \
1053 case RCC_USART1CLKSOURCE_CSI: \
Dstm32h5xx_hal_usart.h741 case RCC_USART1CLKSOURCE_CSI: \
911 case RCC_USART1CLKSOURCE_CSI: \
Dstm32h5xx_hal_rcc_ex.h633 #define RCC_USART1CLKSOURCE_CSI RCC_CCIPR1_USART1SEL_2 macro
3239 ((__SOURCE__) == RCC_USART1CLKSOURCE_CSI) || \
3263 ((__SOURCE__) == RCC_USART1CLKSOURCE_CSI) || \
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_irda_ex.h91 case RCC_USART1CLKSOURCE_CSI: \
369 case RCC_USART1CLKSOURCE_CSI: \
Dstm32h7xx_hal_uart_ex.h221 case RCC_USART1CLKSOURCE_CSI: \
526 case RCC_USART1CLKSOURCE_CSI: \
Dstm32h7xx_hal_usart.h746 case RCC_USART1CLKSOURCE_CSI: \
889 case RCC_USART1CLKSOURCE_CSI: \
Dstm32h7xx_hal_smartcard.h883 case RCC_USART1CLKSOURCE_CSI: \
1026 case RCC_USART1CLKSOURCE_CSI: \
Dstm32h7xx_hal_rcc_ex.h597 #define RCC_USART1CLKSOURCE_CSI RCC_USART16CLKSOURCE_CSI macro
4012 ((SOURCE) == RCC_USART1CLKSOURCE_CSI) || \
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h573 #define RCC_USART1CLKSOURCE_CSI (RCC_UART1CKSELR_UART1SRC_1 | RCC_UART1CKSELR_UART1SRC_0) macro
581 ((SOURCE) == RCC_USART1CLKSOURCE_CSI) || \
Dstm32mp1xx_hal_uart_ex.h209 case RCC_USART1CLKSOURCE_CSI: \
Dstm32mp1xx_hal_smartcard.h880 case RCC_USART1CLKSOURCE_CSI: \
Dstm32mp1xx_hal_usart.h749 case RCC_USART1CLKSOURCE_CSI: \
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c212 case RCC_USART1CLKSOURCE_CSI: /* CSI clock is used as source of USART1 clock*/ in HAL_RCCEx_PeriphCLKConfig()
3483 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_CSIRDY)) && (srcclk == RCC_USART1CLKSOURCE_CSI)) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c2931 case RCC_USART1CLKSOURCE_CSI: in HAL_RCCEx_GetPeriphCLKFreq()