/hal_stm32-3.4.0/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_rcc.c | 196 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/ |
D | stm32c0xx_ll_rcc.c | 263 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/ |
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-3.4.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_rcc.c | 369 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/ |
D | stm32f1xx_ll_rcc.c | 213 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/ |
D | stm32g4xx_ll_rcc.c | 690 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/ |
D | stm32f7xx_ll_rcc.c | 673 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/ |
D | stm32g0xx_ll_rcc.h | 2129 __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/ |
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-3.4.0/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_rcc.h | 1183 __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/ |
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-3.4.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_rcc.h | 1257 __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/ |
D | stm32g4xx_ll_rcc.h | 1632 __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/ |
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-3.4.0/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-3.4.0/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_rcc.h | 2414 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
|
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_rcc.h | 5133 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
|
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_rcc.h | 7059 uint32_t LL_RCC_GetI2SClockFreq(uint32_t I2SxSource);
|