/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc_ex.h | 76 #if defined(RCC_CCIPR_I2C2SEL) 208 #if defined(RCC_CCIPR_I2C2SEL) 321 #if defined(RCC_CCIPR_I2C2SEL) 633 #if defined(RCC_CCIPR_I2C2SEL) 642 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2C2SEL, (uint32_t)(__I2C2_CLKSOURCE__)) 649 #define __HAL_RCC_GET_I2C2_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR, RCC_CCIPR_I2C2SEL))) 1455 #if defined(RCC_CCIPR_I2C2SEL)
|
D | stm32g0xx_ll_rcc.h | 418 #if defined(RCC_CCIPR_I2C2SEL) 419 #define LL_RCC_I2C2_CLKSOURCE_PCLK1 ((RCC_CCIPR_I2C2SEL << 16U) | 0x00000000U) /*!<… 420 #define LL_RCC_I2C2_CLKSOURCE_SYSCLK ((RCC_CCIPR_I2C2SEL << 16U) | RCC_CCIPR_I2C2SEL_0) /*!<… 421 #define LL_RCC_I2C2_CLKSOURCE_HSI ((RCC_CCIPR_I2C2SEL << 16U) | RCC_CCIPR_I2C2SEL_1) /*!<… 595 #if defined(RCC_CCIPR_I2C2SEL) 596 #define LL_RCC_I2C2_CLKSOURCE RCC_CCIPR_I2C2SEL /*!< I2C2 Clock source selection */
|
D | stm32g0xx_hal_exti.h | 124 #if defined(RCC_CCIPR_I2C2SEL)
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_rcc.c | 63 #if defined(RCC_CCIPR_I2C2SEL) && defined(RCC_CCIPR_I2C3SEL) && defined(RCC_CCIPR2_I2C4SEL) 68 #elif defined(RCC_CCIPR_I2C2SEL) && defined(RCC_CCIPR_I2C3SEL) 73 #elif !defined(RCC_CCIPR_I2C2SEL) && defined(RCC_CCIPR_I2C3SEL) 598 #if defined(RCC_CCIPR_I2C2SEL) in LL_RCC_GetI2CClockFreq()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_rcc_ex.c | 296 #if defined(RCC_CCIPR_I2C2SEL) in HAL_RCCEx_PeriphCLKConfig() 502 #if defined(RCC_CCIPR_I2C2SEL) in HAL_RCCEx_GetPeriphCLKConfig() 534 #if defined(RCC_CCIPR_I2C2SEL) in HAL_RCCEx_GetPeriphCLKConfig() 914 #if defined(RCC_CCIPR_I2C2SEL) in HAL_RCCEx_GetPeriphCLKFreq()
|
D | stm32g0xx_ll_rcc.c | 396 #if defined(RCC_CCIPR_I2C2SEL) in LL_RCC_GetI2CClockFreq()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_rcc.h | 397 #define LL_RCC_I2C2_CLKSOURCE_PCLK1 (uint32_t)((RCC_CCIPR_I2C2SEL << 4) | (0x00000000U >> 4)… 398 #define LL_RCC_I2C2_CLKSOURCE_SYSCLK (uint32_t)((RCC_CCIPR_I2C2SEL << 4) | (RCC_CCIPR_I2C2SEL… 399 #define LL_RCC_I2C2_CLKSOURCE_HSI (uint32_t)((RCC_CCIPR_I2C2SEL << 4) | (RCC_CCIPR_I2C2SEL… 479 #define LL_RCC_I2C2_CLKSOURCE RCC_CCIPR_I2C2SEL /*!< I2C2 clock source selection bi…
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rcc_ex.h | 746 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2C2SEL, (__I2C2_CLKSOURCE__)) 754 #define __HAL_RCC_GET_I2C2_SOURCE() (READ_BIT(RCC->CCIPR, RCC_CCIPR_I2C2SEL))
|
D | stm32g4xx_ll_rcc.h | 509 …_OFFSET_CCIPR << 24U) | ((uint32_t)RCC_CCIPR_I2C2SEL_Pos << 16U) | (RCC_CCIPR_I2C2SEL >> RCC_CCIPR…
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_rcc.h | 441 #if defined(RCC_CCIPR_I2C2SEL) 709 #if defined(RCC_CCIPR_I2C2SEL) 710 …_OFFSET_CCIPR << 24U) | ((uint32_t)RCC_CCIPR_I2C2SEL_Pos << 16U) | (RCC_CCIPR_I2C2SEL >> RCC_CCIPR…
|
D | stm32l4xx_hal_rcc_ex.h | 1487 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2C2SEL, (__I2C2_CLKSOURCE__)) 1495 #define __HAL_RCC_GET_I2C2_SOURCE() (READ_BIT(RCC->CCIPR, RCC_CCIPR_I2C2SEL))
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | stm32wle4xx.h | 6492 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
|
D | stm32wle5xx.h | 6492 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
|
D | stm32wl5mxx.h | 7369 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
|
D | stm32wl54xx.h | 7369 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
|
D | stm32wl55xx.h | 7369 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g0b0xx.h | 5749 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
|
D | stm32g0c1xx.h | 7119 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
|
D | stm32g0b1xx.h | 6865 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g411xb.h | 7860 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
|
D | stm32g411xc.h | 8043 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
|
D | stm32g441xx.h | 8282 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
|
D | stm32gbk1cb.h | 8024 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l422xx.h | 6371 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
|
D | stm32l412xx.h | 6146 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
|