Home
last modified time | relevance | path

Searched refs:RCC_USART11CLKSOURCE_LSE (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h358 case RCC_USART11CLKSOURCE_LSE: \
Dstm32h5xx_hal_rcc_ex.h796 #define RCC_USART11CLKSOURCE_LSE (RCC_CCIPR2_USART11SEL_0 | RCC_CCIPR2_USART11SEL_2) macro
3398 ((__SOURCE__) == RCC_USART11CLKSOURCE_LSE))
Dstm32h5xx_hal_usart.h881 case RCC_USART11CLKSOURCE_LSE: \
Dstm32h5xx_hal_smartcard.h1021 case RCC_USART11CLKSOURCE_LSE: \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c767 case RCC_USART11CLKSOURCE_LSE: /* LSE clock is used as source of USART11 clock*/ in HAL_RCCEx_PeriphCLKConfig()
3876 … else if ((HAL_IS_BIT_SET(RCC->BDCR, RCC_BDCR_LSERDY)) && (srcclk == RCC_USART11CLKSOURCE_LSE)) in HAL_RCCEx_GetPeriphCLKFreq()