Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_rcc.c79 #define IS_LL_RCC_I2S_CLKSOURCE(__VALUE__) ((__VALUE__) == LL_RCC_I2S_CLKSOURCE)
716 if (I2SxSource == LL_RCC_I2S_CLKSOURCE) in LL_RCC_GetI2SClockFreq()
Dstm32g4xx_ll_spi.c456 sourceclock = LL_RCC_GetI2SClockFreq(LL_RCC_I2S_CLKSOURCE); in LL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_spi.c459 sourceclock = LL_RCC_GetI2SClockFreq(LL_RCC_I2S_CLKSOURCE); in LL_I2S_Init()
Dstm32f3xx_ll_rcc.c97 #define IS_LL_RCC_I2S_CLKSOURCE(__VALUE__) ((__VALUE__) == LL_RCC_I2S_CLKSOURCE)
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rcc.h630 #define LL_RCC_I2S_CLKSOURCE RCC_CFGR_I2SSRC /*!< I2S Clock source selection */ macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rcc.h539 #define LL_RCC_I2S_CLKSOURCE RCC_CCIPR_I2S23SEL /*!< I2S Clock source selection */ macro