Home
last modified time | relevance | path

Searched refs:RCC_LPUART1CLKSOURCE_CSI (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_uart_ex.h491 case RCC_LPUART1CLKSOURCE_CSI: \
742 case RCC_LPUART1CLKSOURCE_CSI: \
Dstm32h7xx_hal_rcc_ex.h768 #define RCC_LPUART1CLKSOURCE_CSI RCC_D3CCIPR_LPUART1SEL_2 macro
778 #define RCC_LPUART1CLKSOURCE_CSI RCC_SRDCCIPR_LPUART1SEL_2 macro
4086 ((SOURCE) == RCC_LPUART1CLKSOURCE_CSI) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h424 #define RCC_LPUART1CLKSOURCE_CSI RCC_CCIPR4_LPUART1SEL_2 /*!< CSI selection */ macro
1844 ((__SOURCE__) == RCC_LPUART1CLKSOURCE_CSI) || \
Dstm32h7rsxx_hal_uart_ex.h281 case RCC_LPUART1CLKSOURCE_CSI: \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h826 #define RCC_LPUART1CLKSOURCE_CSI RCC_CCIPR3_LPUART1SEL_2 macro
3418 ((__SOURCE__) == RCC_LPUART1CLKSOURCE_CSI))
3426 ((__SOURCE__) == RCC_LPUART1CLKSOURCE_CSI))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c782 case RCC_LPUART1CLKSOURCE_CSI: in HAL_RCCEx_PeriphCLKConfig()
2107 case RCC_LPUART1CLKSOURCE_CSI: /*!< CSI is the clock source for LPUART1 */ in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c876 case RCC_LPUART1CLKSOURCE_CSI: /* CSI clock is used as source of LPUART1 clock*/ in HAL_RCCEx_PeriphCLKConfig()
3951 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_CSIRDY)) && (srcclk == RCC_LPUART1CLKSOURCE_CSI)) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1085 case RCC_LPUART1CLKSOURCE_CSI: in HAL_RCCEx_PeriphCLKConfig()