Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_irda_ex.h334 case RCC_USART10CLKSOURCE_CSI: \
Dstm32h7xx_hal_uart_ex.h464 case RCC_USART10CLKSOURCE_CSI: \
Dstm32h7xx_hal_smartcard.h991 case RCC_USART10CLKSOURCE_CSI: \
Dstm32h7xx_hal_usart.h853 case RCC_USART10CLKSOURCE_CSI: \
Dstm32h7xx_hal_rcc_ex.h640 #define RCC_USART10CLKSOURCE_CSI RCC_USART16CLKSOURCE_CSI macro
4078 ((SOURCE) == RCC_USART10CLKSOURCE_CSI) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda_ex.h328 case RCC_USART10CLKSOURCE_CSI: \
Dstm32h5xx_hal_rcc_ex.h780 #define RCC_USART10CLKSOURCE_CSI RCC_CCIPR1_USART10SEL_2 macro
3387 ((__SOURCE__) == RCC_USART10CLKSOURCE_CSI) || \
Dstm32h5xx_hal_usart.h848 case RCC_USART10CLKSOURCE_CSI: \
Dstm32h5xx_hal_smartcard.h991 case RCC_USART10CLKSOURCE_CSI: \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c707 case RCC_USART10CLKSOURCE_CSI: /* CSI clock is used as source of USART10 clock*/ in HAL_RCCEx_PeriphCLKConfig()
3833 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_CSIRDY)) && (srcclk == RCC_USART10CLKSOURCE_CSI)) in HAL_RCCEx_GetPeriphCLKFreq()