Home
last modified time | relevance | path

Searched refs:I2SxSource (Results 1 – 18 of 18) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_rcc.c194 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource) in LL_RCC_GetI2SClockFreq() argument
199 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
201 if (I2SxSource == LL_RCC_I2S1_CLKSOURCE) in LL_RCC_GetI2SClockFreq()
204 switch (LL_RCC_GetI2SClockSource(I2SxSource)) in LL_RCC_GetI2SClockFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_rcc.c435 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource) in LL_RCC_GetI2SClockFreq() argument
440 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
442 if (I2SxSource == LL_RCC_I2S1_CLKSOURCE) in LL_RCC_GetI2SClockFreq()
445 switch (LL_RCC_GetI2SClockSource(I2SxSource)) in LL_RCC_GetI2SClockFreq()
473 else if (I2SxSource == LL_RCC_I2S2_CLKSOURCE) in LL_RCC_GetI2SClockFreq()
476 switch (LL_RCC_GetI2SClockSource(I2SxSource)) in LL_RCC_GetI2SClockFreq()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_rcc.c286 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource) in LL_RCC_GetI2SClockFreq() argument
291 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
293 if (I2SxSource == LL_RCC_I2S1_CLKSOURCE) in LL_RCC_GetI2SClockFreq()
296 switch (LL_RCC_GetI2SClockSource(I2SxSource)) in LL_RCC_GetI2SClockFreq()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_rcc.c370 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource) in LL_RCC_GetI2SClockFreq() argument
375 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
377 if (I2SxSource == LL_RCC_I2S1_CLKSOURCE) in LL_RCC_GetI2SClockFreq()
380 switch (LL_RCC_GetI2SClockSource(I2SxSource)) in LL_RCC_GetI2SClockFreq()
430 switch (LL_RCC_GetI2SClockSource(I2SxSource)) in LL_RCC_GetI2SClockFreq()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_rcc.c211 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource) in LL_RCC_GetI2SClockFreq() argument
216 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
219 switch (LL_RCC_GetI2SClockSource(I2SxSource)) in LL_RCC_GetI2SClockFreq()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_rcc.c709 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource) in LL_RCC_GetI2SClockFreq() argument
714 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
716 if (I2SxSource == LL_RCC_I2S_CLKSOURCE) in LL_RCC_GetI2SClockFreq()
719 switch (LL_RCC_GetI2SClockSource(I2SxSource)) in LL_RCC_GetI2SClockFreq()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_rcc.c678 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource) in LL_RCC_GetI2SClockFreq() argument
683 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
685 if (I2SxSource == LL_RCC_I2S1_CLKSOURCE) in LL_RCC_GetI2SClockFreq()
688 switch (LL_RCC_GetI2SClockSource(I2SxSource)) in LL_RCC_GetI2SClockFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_rcc.h2133 __STATIC_INLINE void LL_RCC_SetI2SClockSource(uint32_t I2SxSource) in LL_RCC_SetI2SClockSource() argument
2135 MODIFY_REG(RCC->CCIPR2, (I2SxSource >> 16U), (I2SxSource & 0x0000FFFFU)); in LL_RCC_SetI2SClockSource()
2149 __STATIC_INLINE void LL_RCC_SetI2SClockSource(uint32_t I2SxSource) in LL_RCC_SetI2SClockSource() argument
2151 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2S1SEL, I2SxSource); in LL_RCC_SetI2SClockSource()
3941 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_rcc.c646 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource) in LL_RCC_GetI2SClockFreq() argument
651 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
654 switch (LL_RCC_GetI2SClockSource(I2SxSource)) in LL_RCC_GetI2SClockFreq()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_rcc.h1181 __STATIC_INLINE void LL_RCC_SetI2SClockSource(uint32_t I2SxSource) in LL_RCC_SetI2SClockSource() argument
1183 MODIFY_REG(RCC->CFGR2, (I2SxSource & 0xFFFF0000U), (I2SxSource << 16U)); in LL_RCC_SetI2SClockSource()
2279 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_rcc.c630 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource) in LL_RCC_GetI2SClockFreq() argument
635 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
638 switch (LL_RCC_GetI2SClockSource(I2SxSource)) in LL_RCC_GetI2SClockFreq()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_rcc.h1449 __STATIC_INLINE void LL_RCC_SetI2SClockSource(uint32_t I2SxSource) in LL_RCC_SetI2SClockSource() argument
1451 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2S1SEL, I2SxSource); in LL_RCC_SetI2SClockSource()
2053 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rcc.h1545 __STATIC_INLINE void LL_RCC_SetI2SClockSource(uint32_t I2SxSource) in LL_RCC_SetI2SClockSource() argument
1547 MODIFY_REG(RCC->CFGR, RCC_CFGR_I2SSRC, I2SxSource); in LL_RCC_SetI2SClockSource()
2797 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rcc.h1641 __STATIC_INLINE void LL_RCC_SetI2SClockSource(uint32_t I2SxSource) in LL_RCC_SetI2SClockSource() argument
1643 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2S23SEL, I2SxSource); in LL_RCC_SetI2SClockSource()
2976 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_rcc.h2061 __STATIC_INLINE void LL_RCC_SetI2SClockSource(uint32_t I2SxSource) in LL_RCC_SetI2SClockSource() argument
2063 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2S2SEL, I2SxSource); in LL_RCC_SetI2SClockSource()
3411 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_rcc.h2412 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rcc.h5133 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rcc.h7064 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);