Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_irda_ex.h256 case RCC_UART7CLKSOURCE_LSE: \
534 case RCC_UART7CLKSOURCE_LSE: \
Dstm32h7xx_hal_uart_ex.h386 case RCC_UART7CLKSOURCE_LSE: \
691 case RCC_UART7CLKSOURCE_LSE: \
Dstm32h7xx_hal_rcc_ex.h738 #define RCC_UART7CLKSOURCE_LSE RCC_USART234578CLKSOURCE_LSE macro
4055 ((SOURCE) == RCC_UART7CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_irda_ex.h213 case RCC_UART7CLKSOURCE_LSE: \
Dstm32f7xx_hal_uart_ex.h309 case RCC_UART7CLKSOURCE_LSE: \
Dstm32f7xx_hal_rcc_ex.h427 #define RCC_UART7CLKSOURCE_LSE RCC_DCKCFGR2_UART7SEL macro
3457 ((SOURCE) == RCC_UART7CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h671 #define RCC_UART7CLKSOURCE_LSE LL_RCC_UART7_CLKSOURCE_LSE macro
3045 ((__SOURCE__) == RCC_UART7CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h250 case RCC_UART7CLKSOURCE_LSE: \
Dstm32h5xx_hal_rcc_ex.h736 #define RCC_UART7CLKSOURCE_LSE (RCC_CCIPR1_UART7SEL_0 | RCC_CCIPR1_UART7SEL_2) macro
3358 ((__SOURCE__) == RCC_UART7CLKSOURCE_LSE))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c543 case RCC_UART7CLKSOURCE_LSE: /* LSE clock is used as source of UART7 clock*/ in HAL_RCCEx_PeriphCLKConfig()
3720 else if ((HAL_IS_BIT_SET(RCC->BDCR, RCC_BDCR_LSERDY)) && (srcclk == RCC_UART7CLKSOURCE_LSE)) in HAL_RCCEx_GetPeriphCLKFreq()