Home
last modified time | relevance | path

Searched refs:RCC_CCIPR_I2C2SEL (Results 1 – 25 of 55) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc_ex.h76 #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)
Dstm32g0xx_ll_rcc.h418 #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 */
Dstm32g0xx_hal_exti.h124 #if defined(RCC_CCIPR_I2C2SEL)
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rcc.c63 #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/
Dstm32g0xx_hal_rcc_ex.c296 #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()
Dstm32g0xx_ll_rcc.c396 #if defined(RCC_CCIPR_I2C2SEL) in LL_RCC_GetI2CClockFreq()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_rcc.h397 #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/
Dstm32g4xx_hal_rcc_ex.h746 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_I2C2SEL, (__I2C2_CLKSOURCE__))
754 #define __HAL_RCC_GET_I2C2_SOURCE() (READ_BIT(RCC->CCIPR, RCC_CCIPR_I2C2SEL))
Dstm32g4xx_ll_rcc.h509 …_OFFSET_CCIPR << 24U) | ((uint32_t)RCC_CCIPR_I2C2SEL_Pos << 16U) | (RCC_CCIPR_I2C2SEL >> RCC_CCIPR…
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rcc.h441 #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…
Dstm32l4xx_hal_rcc_ex.h1487 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/
Dstm32wle4xx.h6492 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
Dstm32wle5xx.h6492 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
Dstm32wl5mxx.h7369 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
Dstm32wl54xx.h7369 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
Dstm32wl55xx.h7369 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g0b0xx.h5749 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
Dstm32g0c1xx.h7119 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
Dstm32g0b1xx.h6865 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g411xb.h7860 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
Dstm32g411xc.h8043 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
Dstm32g441xx.h8282 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
Dstm32gbk1cb.h8024 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l422xx.h6371 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro
Dstm32l412xx.h6146 #define RCC_CCIPR_I2C2SEL RCC_CCIPR_I2C2SEL_Msk macro

123