/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_rcc.c | 194 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/ |
D | stm32g0xx_ll_rcc.c | 435 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/ |
D | stm32c0xx_ll_rcc.c | 286 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/ |
D | stm32f4xx_ll_rcc.c | 370 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/ |
D | stm32f1xx_ll_rcc.c | 211 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/ |
D | stm32g4xx_ll_rcc.c | 709 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/ |
D | stm32f7xx_ll_rcc.c | 678 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/ |
D | stm32g0xx_ll_rcc.h | 2133 __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/ |
D | stm32wlxx_ll_rcc.c | 646 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/ |
D | stm32f1xx_ll_rcc.h | 1181 __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/ |
D | stm32f3xx_ll_rcc.c | 630 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/ |
D | stm32c0xx_ll_rcc.h | 1449 __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/ |
D | stm32f3xx_ll_rcc.h | 1545 __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/ |
D | stm32g4xx_ll_rcc.h | 1641 __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/ |
D | stm32wlxx_ll_rcc.h | 2061 __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/ |
D | stm32f2xx_ll_rcc.h | 2412 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_rcc.h | 5133 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_rcc.h | 7064 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
|