Home
last modified time | relevance | path

Searched refs:I2CxSource (Results 1 – 25 of 39) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_rcc.c442 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument
447 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq()
449 if (I2CxSource == LL_RCC_I2C1_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
452 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
471 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
474 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
496 if (I2CxSource == LL_RCC_I2C3_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
499 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
522 if (I2CxSource == LL_RCC_I2C4_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
525 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c681 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-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_rcc.c562 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-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_rcc.c473 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-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_rcc.c222 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument
227 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq()
229 if (I2CxSource == LL_RCC_I2C1_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
232 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
252 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
255 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_rcc.c552 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-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_rcc.c317 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-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rcc.c567 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-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_rcc.c342 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-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_rcc.c548 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument
553 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq()
555 if (I2CxSource == LL_RCC_I2C1_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
558 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
579 else if (I2CxSource == LL_RCC_I2C3_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
582 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_rcc.c424 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument
429 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq()
431 if (I2CxSource == LL_RCC_I2C3_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
434 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
457 else if (I2CxSource == LL_RCC_I2C1_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
460 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_rcc.c367 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-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_rcc.c360 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-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_rcc.c1789 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource) in LL_RCC_GetI2CClockFreq() argument
1795 assert_param(IS_LL_RCC_I2C_CLKSOURCE(I2CxSource)); in LL_RCC_GetI2CClockFreq()
1797 if (I2CxSource == LL_RCC_I2C1_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
1800 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
1849 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
1852 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
1902 else if (I2CxSource == LL_RCC_I2C3_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
1905 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
1944 else if (I2CxSource == LL_RCC_I2C4_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
1947 switch (LL_RCC_GetI2CClockSource(I2CxSource)) in LL_RCC_GetI2CClockFreq()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_rcc.c415 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-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rcc.h1590 __STATIC_INLINE void LL_RCC_SetI2CClockSource(uint32_t I2CxSource) in LL_RCC_SetI2CClockSource() argument
1592 __IO uint32_t *reg = (__IO uint32_t *)(uint32_t)(RCC_BASE + 0x88U + (I2CxSource >> 24U)); in LL_RCC_SetI2CClockSource()
1593 …MODIFY_REG(*reg, 3UL << ((I2CxSource & 0x001F0000U) >> 16U), ((I2CxSource & 0x000000FFU) << ((I2Cx… in LL_RCC_SetI2CClockSource()
2972 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource);
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_rcc.h1914 __STATIC_INLINE void LL_RCC_SetI2CClockSource(uint32_t I2CxSource) in LL_RCC_SetI2CClockSource() argument
1916 __IO uint32_t *reg = (__IO uint32_t *)(uint32_t)(RCC_BASE + 0x88U + (I2CxSource >> 24U)); in LL_RCC_SetI2CClockSource()
1917 MODIFY_REG(*reg, 3U << ((I2CxSource & 0x00FF0000U) >> 16U), \ in LL_RCC_SetI2CClockSource()
1918 ((I2CxSource & 0x000000FFU) << ((I2CxSource & 0x00FF0000U) >> 16U))); in LL_RCC_SetI2CClockSource()
3266 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource);
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_rcc.h1860 __STATIC_INLINE void LL_RCC_SetI2CClockSource(uint32_t I2CxSource) in LL_RCC_SetI2CClockSource() argument
1862 __IO uint32_t *reg = (__IO uint32_t *)(uint32_t)(RCC_BASE + 0xE0U + (I2CxSource >> 24U)); in LL_RCC_SetI2CClockSource()
1863 …MODIFY_REG(*reg, 3U << (((I2CxSource & 0x00FF0000U) >> 16U) & 0x1FU), ((I2CxSource & 0x000000FFU) … in LL_RCC_SetI2CClockSource()
3246 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource);
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rcc.h1513 __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-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_rcc.h2421 __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-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rcc.h1531 __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-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_rcc.h1422 __STATIC_INLINE void LL_RCC_SetI2CClockSource(uint32_t I2CxSource) in LL_RCC_SetI2CClockSource() argument
1424 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2C1SEL, I2CxSource); in LL_RCC_SetI2CClockSource()
2051 uint32_t LL_RCC_GetI2CClockFreq(uint32_t I2CxSource);
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_rcc.h2096 __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-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_rcc.h1284 __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-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rcc.h3011 __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);

12