Home
last modified time | relevance | path

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

/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_rcc.h431 #define LL_RCC_I2S1_CLKSOURCE_HSI ((RCC_CCIPR2_I2S1SEL << 16U) | RCC_CCIPR2_I2S1SEL_1) /*!… macro
440 #define LL_RCC_I2S1_CLKSOURCE_HSI RCC_CCIPR_I2S1SEL_1 /*!< HSI clock used as I2S1 … macro
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_rcc.c447 case LL_RCC_I2S1_CLKSOURCE_HSI: /* I2S1 Clock is HSI */ in LL_RCC_GetI2SClockFreq()