Home
last modified time | relevance | path

Searched refs:RCC_USART1CLKSOURCE_HSIKER (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_rcc_ex.h171 #define RCC_USART1CLKSOURCE_HSIKER RCC_CCIPR_USART1SEL_1 /*!< HSI Ke… macro
741 ((__SOURCE__) == RCC_USART1CLKSOURCE_HSIKER))
Dstm32c0xx_hal_irda_ex.h81 case RCC_USART1CLKSOURCE_HSIKER: \
Dstm32c0xx_hal_uart_ex.h208 case RCC_USART1CLKSOURCE_HSIKER: \
Dstm32c0xx_hal_smartcard.h874 case RCC_USART1CLKSOURCE_HSIKER: \
Dstm32c0xx_hal_usart.h736 case RCC_USART1CLKSOURCE_HSIKER: \
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc_ex.c340 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSIRDY)) && (srcclk == RCC_USART1CLKSOURCE_HSIKER)) in HAL_RCCEx_GetPeriphCLKFreq()