Home
last modified time | relevance | path

Searched refs:RCC_UART9CLKSOURCE_LSE (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h699 #define RCC_UART9CLKSOURCE_LSE LL_RCC_UART9_CLKSOURCE_LSE macro
3063 ((__SOURCE__) == RCC_UART9CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_irda_ex.h310 case RCC_UART9CLKSOURCE_LSE: \
Dstm32h7xx_hal_uart_ex.h440 case RCC_UART9CLKSOURCE_LSE: \
Dstm32h7xx_hal_rcc_ex.h626 #define RCC_UART9CLKSOURCE_LSE RCC_USART16CLKSOURCE_LSE macro
4070 ((SOURCE) == RCC_UART9CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h304 case RCC_UART9CLKSOURCE_LSE: \
Dstm32h5xx_hal_rcc_ex.h766 #define RCC_UART9CLKSOURCE_LSE (RCC_CCIPR1_UART9SEL_0 | RCC_CCIPR1_UART9SEL_2) macro
3378 ((__SOURCE__) == RCC_UART9CLKSOURCE_LSE))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c655 case RCC_UART9CLKSOURCE_LSE: /* LSE clock is used as source of UART9 clock*/ in HAL_RCCEx_PeriphCLKConfig()
3798 else if ((HAL_IS_BIT_SET(RCC->BDCR, RCC_BDCR_LSERDY)) && (srcclk == RCC_UART9CLKSOURCE_LSE)) in HAL_RCCEx_GetPeriphCLKFreq()