Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h85 case RCC_USART1CLKSOURCE_CSI: \
414 case RCC_USART1CLKSOURCE_CSI: \
587 case RCC_USART1CLKSOURCE_CSI: \
Dstm32h5xx_hal_usart.h740 case RCC_USART1CLKSOURCE_CSI: \
910 case RCC_USART1CLKSOURCE_CSI: \
1026 case RCC_USART1CLKSOURCE_CSI: \
Dstm32h5xx_hal_smartcard.h883 case RCC_USART1CLKSOURCE_CSI: \
1053 case RCC_USART1CLKSOURCE_CSI: \
1169 case RCC_USART1CLKSOURCE_CSI: \
Dstm32h5xx_hal_rcc_ex.h646 #define RCC_USART1CLKSOURCE_CSI RCC_CCIPR1_USART1SEL_2 macro
3278 ((__SOURCE__) == RCC_USART1CLKSOURCE_CSI) || \
3302 ((__SOURCE__) == RCC_USART1CLKSOURCE_CSI) || \
/hal_stm32-latest/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_smartcard.h883 case RCC_USART1CLKSOURCE_CSI: \
1026 case RCC_USART1CLKSOURCE_CSI: \
Dstm32h7xx_hal_usart.h745 case RCC_USART1CLKSOURCE_CSI: \
888 case RCC_USART1CLKSOURCE_CSI: \
Dstm32h7xx_hal_rcc_ex.h597 #define RCC_USART1CLKSOURCE_CSI RCC_USART16CLKSOURCE_CSI macro
4012 ((SOURCE) == RCC_USART1CLKSOURCE_CSI) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_irda_ex.h95 case RCC_USART1CLKSOURCE_CSI: \
Dstm32h7rsxx_hal_rcc_ex.h559 #define RCC_USART1CLKSOURCE_CSI RCC_CCIPR3_USART1SEL_2 /*!< CSI selection */ macro
1924 ((__SOURCE__) == RCC_USART1CLKSOURCE_CSI) || \
Dstm32h7rsxx_hal_uart_ex.h222 case RCC_USART1CLKSOURCE_CSI: \
Dstm32h7rsxx_hal_usart.h748 case RCC_USART1CLKSOURCE_CSI: \
Dstm32h7rsxx_hal_smartcard.h886 case RCC_USART1CLKSOURCE_CSI: \
/hal_stm32-latest/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-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c1227 case RCC_USART1CLKSOURCE_CSI: /* CSI oscillator clock is used as source for USART1 */ in HAL_RCCEx_PeriphCLKConfig()
2534 case RCC_USART1CLKSOURCE_CSI: /*!< CSI is the clock source for USART1 */ in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c204 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-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c2931 case RCC_USART1CLKSOURCE_CSI: in HAL_RCCEx_GetPeriphCLKFreq()