Home
last modified time | relevance | path

Searched refs:RCC_UART8CLKSOURCE_LSE (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_irda_ex.h283 case RCC_UART8CLKSOURCE_LSE: \
561 case RCC_UART8CLKSOURCE_LSE: \
Dstm32h7xx_hal_uart_ex.h413 case RCC_UART8CLKSOURCE_LSE: \
718 case RCC_UART8CLKSOURCE_LSE: \
Dstm32h7xx_hal_rcc_ex.h752 #define RCC_UART8CLKSOURCE_LSE RCC_USART234578CLKSOURCE_LSE macro
4062 ((SOURCE) == RCC_UART8CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_irda_ex.h234 case RCC_UART8CLKSOURCE_LSE: \
Dstm32f7xx_hal_uart_ex.h330 case RCC_UART8CLKSOURCE_LSE: \
Dstm32f7xx_hal_rcc_ex.h438 #define RCC_UART8CLKSOURCE_LSE RCC_DCKCFGR2_UART8SEL macro
3463 ((SOURCE) == RCC_UART8CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h685 #define RCC_UART8CLKSOURCE_LSE LL_RCC_UART8_CLKSOURCE_LSE macro
3054 ((__SOURCE__) == RCC_UART8CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h277 case RCC_UART8CLKSOURCE_LSE: \
Dstm32h5xx_hal_rcc_ex.h751 #define RCC_UART8CLKSOURCE_LSE (RCC_CCIPR1_UART8SEL_0 | RCC_CCIPR1_UART8SEL_2) macro
3368 ((__SOURCE__) == RCC_UART8CLKSOURCE_LSE))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c599 case RCC_UART8CLKSOURCE_LSE: /* LSE clock is used as source of UART8 clock*/ in HAL_RCCEx_PeriphCLKConfig()
3759 else if ((HAL_IS_BIT_SET(RCC->BDCR, RCC_BDCR_LSERDY)) && (srcclk == RCC_UART8CLKSOURCE_LSE)) in HAL_RCCEx_GetPeriphCLKFreq()