Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h355 case RCC_USART11CLKSOURCE_CSI: \
Dstm32h5xx_hal_rcc_ex.h795 #define RCC_USART11CLKSOURCE_CSI RCC_CCIPR2_USART11SEL_2 macro
3397 ((__SOURCE__) == RCC_USART11CLKSOURCE_CSI) || \
Dstm32h5xx_hal_usart.h875 case RCC_USART11CLKSOURCE_CSI: \
Dstm32h5xx_hal_smartcard.h1018 case RCC_USART11CLKSOURCE_CSI: \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c763 case RCC_USART11CLKSOURCE_CSI: /* CSI clock is used as source of USART11 clock*/ in HAL_RCCEx_PeriphCLKConfig()
3872 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_CSIRDY)) && (srcclk == RCC_USART11CLKSOURCE_CSI)) in HAL_RCCEx_GetPeriphCLKFreq()