Home
last modified time | relevance | path

Searched refs:RCC_USART10CLKSOURCE_LSE (Results 1 – 11 of 11) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h713 #define RCC_USART10CLKSOURCE_LSE LL_RCC_USART10_CLKSOURCE_LSE macro
3072 ((__SOURCE__) == RCC_USART10CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_irda_ex.h337 case RCC_USART10CLKSOURCE_LSE: \
Dstm32h7xx_hal_uart_ex.h467 case RCC_USART10CLKSOURCE_LSE: \
Dstm32h7xx_hal_smartcard.h994 case RCC_USART10CLKSOURCE_LSE: \
Dstm32h7xx_hal_usart.h856 case RCC_USART10CLKSOURCE_LSE: \
Dstm32h7xx_hal_rcc_ex.h641 #define RCC_USART10CLKSOURCE_LSE RCC_USART16CLKSOURCE_LSE macro
4079 ((SOURCE) == RCC_USART10CLKSOURCE_LSE) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h331 case RCC_USART10CLKSOURCE_LSE: \
Dstm32h5xx_hal_rcc_ex.h781 #define RCC_USART10CLKSOURCE_LSE (RCC_CCIPR1_USART10SEL_0 | RCC_CCIPR1_USART10SEL_2) macro
3388 ((__SOURCE__) == RCC_USART10CLKSOURCE_LSE))
Dstm32h5xx_hal_usart.h854 case RCC_USART10CLKSOURCE_LSE: \
Dstm32h5xx_hal_smartcard.h994 case RCC_USART10CLKSOURCE_LSE: \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c711 case RCC_USART10CLKSOURCE_LSE: /* LSE clock is used as source of USART10 clock*/ in HAL_RCCEx_PeriphCLKConfig()
3837 … else if ((HAL_IS_BIT_SET(RCC->BDCR, RCC_BDCR_LSERDY)) && (srcclk == RCC_USART10CLKSOURCE_LSE)) in HAL_RCCEx_GetPeriphCLKFreq()