Home
last modified time | relevance | path

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

/hal_stm32-3.4.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_rcc.c196 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource) in LL_RCC_GetI2SClockFreq() argument
201 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
203 if (I2SxSource == LL_RCC_I2S1_CLKSOURCE) in LL_RCC_GetI2SClockFreq()
206 switch (LL_RCC_GetI2SClockSource(I2SxSource)) in LL_RCC_GetI2SClockFreq()
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_rcc.c263 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource) in LL_RCC_GetI2SClockFreq() argument
268 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
270 if (I2SxSource == LL_RCC_I2S1_CLKSOURCE) in LL_RCC_GetI2SClockFreq()
273 switch (LL_RCC_GetI2SClockSource(I2SxSource)) in LL_RCC_GetI2SClockFreq()
/hal_stm32-3.4.0/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-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_rcc.c369 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource) in LL_RCC_GetI2SClockFreq() argument
374 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
376 if (I2SxSource == LL_RCC_I2S1_CLKSOURCE) in LL_RCC_GetI2SClockFreq()
379 switch (LL_RCC_GetI2SClockSource(I2SxSource)) in LL_RCC_GetI2SClockFreq()
429 switch (LL_RCC_GetI2SClockSource(I2SxSource)) in LL_RCC_GetI2SClockFreq()
/hal_stm32-3.4.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_rcc.c213 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource) in LL_RCC_GetI2SClockFreq() argument
218 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
221 switch (LL_RCC_GetI2SClockSource(I2SxSource)) in LL_RCC_GetI2SClockFreq()
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_rcc.c690 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource) in LL_RCC_GetI2SClockFreq() argument
695 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
697 if (I2SxSource == LL_RCC_I2S_CLKSOURCE) in LL_RCC_GetI2SClockFreq()
700 switch (LL_RCC_GetI2SClockSource(I2SxSource)) in LL_RCC_GetI2SClockFreq()
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_rcc.c673 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource) in LL_RCC_GetI2SClockFreq() argument
678 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
680 if (I2SxSource == LL_RCC_I2S1_CLKSOURCE) in LL_RCC_GetI2SClockFreq()
683 switch (LL_RCC_GetI2SClockSource(I2SxSource)) in LL_RCC_GetI2SClockFreq()
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_rcc.h2129 __STATIC_INLINE void LL_RCC_SetI2SClockSource(uint32_t I2SxSource) in LL_RCC_SetI2SClockSource() argument
2131 MODIFY_REG(RCC->CCIPR2, (I2SxSource >> 16U), (I2SxSource & 0x0000FFFFU)); in LL_RCC_SetI2SClockSource()
2145 __STATIC_INLINE void LL_RCC_SetI2SClockSource(uint32_t I2SxSource) in LL_RCC_SetI2SClockSource() argument
2147 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2S1SEL, I2SxSource); in LL_RCC_SetI2SClockSource()
3937 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
/hal_stm32-3.4.0/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-3.4.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_rcc.h1183 __STATIC_INLINE void LL_RCC_SetI2SClockSource(uint32_t I2SxSource) in LL_RCC_SetI2SClockSource() argument
1185 MODIFY_REG(RCC->CFGR2, (I2SxSource & 0xFFFF0000U), (I2SxSource << 16U)); in LL_RCC_SetI2SClockSource()
2281 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
/hal_stm32-3.4.0/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-3.4.0/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_rcc.h1257 __STATIC_INLINE void LL_RCC_SetI2SClockSource(uint32_t I2SxSource) in LL_RCC_SetI2SClockSource() argument
1259 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2S1SEL, I2SxSource); in LL_RCC_SetI2SClockSource()
1769 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rcc.h1632 __STATIC_INLINE void LL_RCC_SetI2SClockSource(uint32_t I2SxSource) in LL_RCC_SetI2SClockSource() argument
1634 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2S23SEL, I2SxSource); in LL_RCC_SetI2SClockSource()
2966 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
/hal_stm32-3.4.0/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-3.4.0/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-3.4.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_rcc.h2414 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rcc.h5133 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rcc.h7059 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);