/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_rcc.c | 429 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument 434 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq() 436 if (I2CxSource == LL_RCC_I2C1_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 439 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 458 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 461 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 482 if (I2CxSource == LL_RCC_I2C3_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 485 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 507 if (I2CxSource == LL_RCC_I2C4_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 510 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
|
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_rcc.c | 681 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument 686 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq() 688 if (I2CxSource == LL_RCC_I2C1_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 691 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 720 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 723 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 751 else if (I2CxSource == LL_RCC_I2C3_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 754 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 782 else if (I2CxSource == LL_RCC_I2C4_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 785 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() [all …]
|
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_rcc.c | 562 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument 567 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq() 569 if (I2CxSource == LL_RCC_I2C1_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 572 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 591 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 594 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 613 else if (I2CxSource == LL_RCC_I2C3_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 616 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 638 if (I2CxSource == LL_RCC_I2C4_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 641 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
|
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_rcc.c | 473 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument 478 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq() 480 if (I2CxSource == LL_RCC_I2C1_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 483 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 505 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 508 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 530 else if (I2CxSource == LL_RCC_I2C3_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 533 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 555 else if (I2CxSource == LL_RCC_I2C4_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 558 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
|
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_rcc.c | 552 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument 557 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq() 560 if (I2CxSource == LL_RCC_I2C1_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 562 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 580 if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 582 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 601 if (I2CxSource == LL_RCC_I2C3_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 603 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
|
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_rcc.c | 317 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument 322 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq() 324 if (I2CxSource == LL_RCC_I2C1_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 327 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 346 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 349 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 371 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
|
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_rcc.c | 567 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument 572 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq() 574 if (I2CxSource == LL_RCC_I2C1_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 577 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 599 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 602 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 626 if (I2CxSource == LL_RCC_I2C3_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 629 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 653 if (I2CxSource == LL_RCC_I2C4_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 656 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
|
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_rcc.c | 342 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument 347 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq() 350 if (I2CxSource == LL_RCC_I2C1_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 352 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 381 if (I2CxSource == LL_RCC_I2C3_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 383 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
|
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_rcc.c | 415 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument 420 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq() 422 if (I2CxSource == LL_RCC_I2C3_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 425 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 448 else if (I2CxSource == LL_RCC_I2C1_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 451 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
|
/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_rcc.c | 220 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument 225 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq() 227 if (I2CxSource == LL_RCC_I2C1_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 230 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
|
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_rcc.c | 367 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument 372 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq() 374 if (I2CxSource == LL_RCC_I2C1_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 377 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 397 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 400 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
|
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_rcc.c | 1745 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument 1751 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq() 1753 if (I2CxSource == LL_RCC_I2C1_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 1756 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 1805 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 1808 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 1858 else if (I2CxSource == LL_RCC_I2C3_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 1861 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 1900 else if (I2CxSource == LL_RCC_I2C4_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 1903 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
|
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_rcc.c | 360 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument 365 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq() 368 if (I2CxSource == LL_RCC_I2C1_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 370 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
|
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_rcc.c | 415 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument 420 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq() 422 if (I2CxSource == LL_RCC_I2C1_CLKSOURCE) in LL_RCC_GetI2CClockFreq() 425 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq() 448 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
|
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_rcc.h | 1584 __STATIC_INLINE void LL_RCC_SetI2CClockSource(uint32_t I2CxSource) in LL_RCC_SetI2CClockSource() argument 1586 __IO uint32_t *reg = (__IO uint32_t *)(uint32_t)(RCC_BASE + 0x88U + (I2CxSource >> 24U)); in LL_RCC_SetI2CClockSource() 1587 …MODIFY_REG(*reg, 3UL << ((I2CxSource & 0x001F0000U) >> 16U), ((I2CxSource & 0x000000FFU) << ((I2Cx… in LL_RCC_SetI2CClockSource() 2962 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource);
|
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_rcc.h | 1849 __STATIC_INLINE void LL_RCC_SetI2CClockSource(uint32_t I2CxSource) in LL_RCC_SetI2CClockSource() argument 1851 __IO uint32_t *reg = (__IO uint32_t *)(uint32_t)(RCC_BASE + 0xE0U + (I2CxSource >> 24U)); in LL_RCC_SetI2CClockSource() 1852 …MODIFY_REG(*reg, 3U << (((I2CxSource & 0x00FF0000U) >> 16U) & 0x1FU), ((I2CxSource & 0x000000FFU) … in LL_RCC_SetI2CClockSource() 3233 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource);
|
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_rcc.h | 1513 __STATIC_INLINE void LL_RCC_SetI2CClockSource(uint32_t I2CxSource) in LL_RCC_SetI2CClockSource() argument 1515 MODIFY_REG(RCC->CCIPR, ((I2CxSource >> 4U) & 0x000FF000U), ((I2CxSource << 4U) & 0x000FF000U)); in LL_RCC_SetI2CClockSource() 2464 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource);
|
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_rcc.h | 2421 __STATIC_INLINE void LL_RCC_SetI2CClockSource(uint32_t I2CxSource) in LL_RCC_SetI2CClockSource() argument 2423 __IO uint32_t *reg = (__IO uint32_t *)(uint32_t)(RCC_BASE + 0x88U + (I2CxSource >> 24U)); in LL_RCC_SetI2CClockSource() 2424 …MODIFY_REG(*reg, 3U << (((I2CxSource & 0x00FF0000U) >> 16U) & 0x1FU), ((I2CxSource & 0x000000FFU) … in LL_RCC_SetI2CClockSource() 4796 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource);
|
/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_rcc.h | 1249 __STATIC_INLINE void LL_RCC_SetI2CClockSource(uint32_t I2CxSource) in LL_RCC_SetI2CClockSource() argument 1251 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2C1SEL, I2CxSource); in LL_RCC_SetI2CClockSource() 1787 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource);
|
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_rcc.h | 1531 __STATIC_INLINE void LL_RCC_SetI2CClockSource(uint32_t I2CxSource) in LL_RCC_SetI2CClockSource() argument 1533 MODIFY_REG(RCC->CFGR3, ((I2CxSource & 0xFF000000U) >> 24U), (I2CxSource & 0x00FFFFFFU)); in LL_RCC_SetI2CClockSource() 2795 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource);
|
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_rcc.h | 2096 __STATIC_INLINE void LL_RCC_SetI2CClockSource(uint32_t I2CxSource) in LL_RCC_SetI2CClockSource() argument 2098 MODIFY_REG(RCC->CCIPR, ((I2CxSource >> 4) & 0x000FF000U), ((I2CxSource << 4) & 0x000FF000U)); in LL_RCC_SetI2CClockSource() 3410 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource);
|
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_rcc.h | 1284 __STATIC_INLINE void LL_RCC_SetI2CClockSource(uint32_t I2CxSource) in LL_RCC_SetI2CClockSource() argument 1286 MODIFY_REG(RCC->CFGR3, RCC_CFGR3_I2C1SW, I2CxSource); in LL_RCC_SetI2CClockSource() 2227 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource);
|
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_rcc.h | 3011 __STATIC_INLINE void LL_RCC_SetI2CClockSource(uint32_t I2CxSource) in LL_RCC_SetI2CClockSource() argument 3013 __IO uint32_t *reg = (__IO uint32_t *)(uint32_t)(RCC_BASE + 0x88U + (I2CxSource >> 24U)); in LL_RCC_SetI2CClockSource() 3014 …MODIFY_REG(*reg, 3UL << ((I2CxSource & 0x001F0000U) >> 16U), ((I2CxSource & 0x000000FFU) << ((I2Cx… in LL_RCC_SetI2CClockSource() 6174 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource);
|
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_rcc.c | 678 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument 684 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq() 686 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
|
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_rcc.h | 1972 __STATIC_INLINE void LL_RCC_SetI2CClockSource(uint32_t I2CxSource) in LL_RCC_SetI2CClockSource() argument 1974 MODIFY_REG(RCC->CCIPR, (I2CxSource >> 16U), (I2CxSource & 0x0000FFFFU)); in LL_RCC_SetI2CClockSource() 3926 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource);
|