Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rcc_ex.h244 #define RCC_I2S2CLKSOURCE_HSI LL_RCC_I2S2_CLKSOURCE_HSI /*!< HSI clock selected as I2S…
Dstm32wlxx_ll_rcc.h374 #define LL_RCC_I2S2_CLKSOURCE_HSI RCC_CCIPR_I2S2SEL_1 /*!< HSI clock used as I2S2 … macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rcc_ex.c741 case LL_RCC_I2S2_CLKSOURCE_HSI: /* I2S2 Clock is HSI Osc. */ in HAL_RCCEx_GetPeriphCLKFreq()
Dstm32wlxx_ll_rcc.c670 case LL_RCC_I2S2_CLKSOURCE_HSI: /* HSI clock used as I2S clock source */ in LL_RCC_GetI2SClockFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_rcc.c478 case LL_RCC_I2S2_CLKSOURCE_HSI: /* I2S2 Clock is HSI */ in LL_RCC_GetI2SClockFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_rcc.h437 #define LL_RCC_I2S2_CLKSOURCE_HSI ((RCC_CCIPR2_I2S2SEL << 16U) | RCC_CCIPR2_I2S2SEL_1) /*!… macro