Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h352 case RCC_USART11CLKSOURCE_HSI: \
Dstm32h5xx_hal_rcc_ex.h794 #define RCC_USART11CLKSOURCE_HSI (RCC_CCIPR2_USART11SEL_0 | RCC_CCIPR2_USART11SEL_1) macro
3396 ((__SOURCE__) == RCC_USART11CLKSOURCE_HSI) || \
Dstm32h5xx_hal_usart.h878 case RCC_USART11CLKSOURCE_HSI: \
Dstm32h5xx_hal_smartcard.h1015 case RCC_USART11CLKSOURCE_HSI: \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c759 case RCC_USART11CLKSOURCE_HSI: /* HSI clock is used as source of USART11 clock*/ in HAL_RCCEx_PeriphCLKConfig()
3868 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSIRDY)) && (srcclk == RCC_USART11CLKSOURCE_HSI)) in HAL_RCCEx_GetPeriphCLKFreq()