Home
last modified time | relevance | path

Searched refs:RCC_I2S1CLKSOURCE_HSIKER (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_rcc_ex.h192 #define RCC_I2S1CLKSOURCE_HSIKER RCC_CCIPR_I2S1SEL_1 /*!< HSI Kernel clock selected as I… macro
750 ((__SOURCE__) == RCC_I2S1CLKSOURCE_HSIKER) || \
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc_ex.c405 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_HSIRDY)) && (srcclk == RCC_I2S1CLKSOURCE_HSIKER)) in HAL_RCCEx_GetPeriphCLKFreq()