Home
last modified time | relevance | path

Searched refs:LL_RCC_I2C2_CLKSOURCE (Results 1 – 25 of 26) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_rcc.c61 || ((__VALUE__) == LL_RCC_I2C2_CLKSOURCE) \
66 || ((__VALUE__) == LL_RCC_I2C2_CLKSOURCE) \
70 || ((__VALUE__) == LL_RCC_I2C2_CLKSOURCE))
471 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_rcc.c82 || ((__VALUE__) == LL_RCC_I2C2_CLKSOURCE) \
87 || ((__VALUE__) == LL_RCC_I2C2_CLKSOURCE))
580 if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_rcc.c56 || ((__VALUE__) == LL_RCC_I2C2_CLKSOURCE) \
61 || ((__VALUE__) == LL_RCC_I2C2_CLKSOURCE) \
591 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rcc.c65 || ((__VALUE__) == LL_RCC_I2C2_CLKSOURCE) \
70 || ((__VALUE__) == LL_RCC_I2C2_CLKSOURCE) \
599 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_rcc.c50 ((__VALUE__) == LL_RCC_I2C2_CLKSOURCE) || \
346 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
Dstm32wlxx_hal_rcc_ex.c679 srcclk = LL_RCC_GetI2CClockSource(LL_RCC_I2C2_CLKSOURCE); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c65 || ((__VALUE__) == LL_RCC_I2C2_CLKSOURCE) \
72 || ((__VALUE__) == LL_RCC_I2C2_CLKSOURCE) \
720 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_rcc.c78 || ((__VALUE__) == LL_RCC_I2C2_CLKSOURCE) \
83 || ((__VALUE__) == LL_RCC_I2C2_CLKSOURCE) \
87 || ((__VALUE__) == LL_RCC_I2C2_CLKSOURCE))
1849 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_rcc.c63 || ((__VALUE__) == LL_RCC_I2C2_CLKSOURCE))
397 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_rcc.c54 || ((__VALUE__) == LL_RCC_I2C2_CLKSOURCE) \
505 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_rcc.c252 else if (I2CxSource == LL_RCC_I2C2_CLKSOURCE) in LL_RCC_GetI2CClockFreq()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rcc_ex.h486 #define __HAL_RCC_GET_I2C2_SOURCE() LL_RCC_GetI2CClockSource(LL_RCC_I2C2_CLKSOURCE)
Dstm32wlxx_ll_rcc.h479 #define LL_RCC_I2C2_CLKSOURCE RCC_CCIPR_I2C2SEL /*!< I2C2 clock source selection bi… macro
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_rcc.h448 #define LL_RCC_I2C2_CLKSOURCE RCC_CCIPR_I2C1SEL /*!< I2C2 Clock source selection */ macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rcc.h617 #define LL_RCC_I2C2_CLKSOURCE RCC_CFGR3_I2C2SW /*!< I2C2 Clock source selection */ macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rcc.h509 #define LL_RCC_I2C2_CLKSOURCE (((uint32_t)RCC_OFFSET_CCIPR << 24U) | ((uint32_t)RCC_CC… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h1498 #define __HAL_RCC_GET_I2C2_SOURCE() LL_RCC_GetI2CClockSource(LL_RCC_I2C2_CLKSOURCE)
Dstm32n6xx_ll_rcc.h1295 #define LL_RCC_I2C2_CLKSOURCE LL_CLKSOURCE(CCIPR4_OFFSET, RCC_CCIPR4_I2C2SEL, RCC_CCIP… macro
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_rcc.h596 #define LL_RCC_I2C2_CLKSOURCE RCC_CCIPR_I2C2SEL /*!< I2C2 Clock source selection */ macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rcc.h553 #define LL_RCC_I2C2_CLKSOURCE RCC_DCKCFGR2_I2C2SEL /*!< I2C2 Clock source selection */ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_rcc.c72 || ((__VALUE__) == LL_RCC_I2C2_CLKSOURCE) \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_rcc.h591 #define LL_RCC_I2C2_CLKSOURCE (((uint32_t)RCC_OFFSET_CCIPR1 << 24U) | ((uint32_t)RCC_C… macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rcc.h710 #define LL_RCC_I2C2_CLKSOURCE (((uint32_t)RCC_OFFSET_CCIPR << 24U) | ((uint32_t)RCC_CC… macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rcc.h1056 #define LL_RCC_I2C2_CLKSOURCE LL_CLKSOURCE(CCIPR4_OFFSET, RCC_CCIPR4_I2C2SEL, RCC_CCIPR… macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rcc.h881 #define LL_RCC_I2C2_CLKSOURCE ((RCC_OFFSET_CCIPR1 << 24U) | (RCC_CCIPR1_I2C2SEL_Pos << … macro

12