Searched refs:RCC_APB3ENR_I2C3EN (Results 1 – 21 of 21) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 1894 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C3EN); \ 1896 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C3EN); \ 1962 #define __HAL_RCC_I2C3_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C3EN) 2552 #define __HAL_RCC_I2C3_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C3EN) != 0U) 2574 #define __HAL_RCC_I2C3_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C3EN) == 0U)
|
D | stm32u5xx_ll_bus.h | 298 #define LL_APB3_GRP1_PERIPH_I2C3 RCC_APB3ENR_I2C3EN
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 1848 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C3EN); \ 1850 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C3EN); \ 1950 #define __HAL_RCC_I2C3_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C3EN) 2663 #define __HAL_RCC_I2C3_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C3EN) != 0U) 2707 #define __HAL_RCC_I2C3_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C3EN) == 0U)
|
D | stm32h5xx_ll_bus.h | 356 #define LL_APB3_GRP1_PERIPH_I2C3 RCC_APB3ENR_I2C3EN
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h523xx.h | 13394 #define RCC_APB3ENR_I2C3EN RCC_APB3ENR_I2C3EN_Msk macro
|
D | stm32h562xx.h | 14200 #define RCC_APB3ENR_I2C3EN RCC_APB3ENR_I2C3EN_Msk macro
|
D | stm32h533xx.h | 13931 #define RCC_APB3ENR_I2C3EN RCC_APB3ENR_I2C3EN_Msk macro
|
D | stm32h573xx.h | 16827 #define RCC_APB3ENR_I2C3EN RCC_APB3ENR_I2C3EN_Msk macro
|
D | stm32h563xx.h | 16290 #define RCC_APB3ENR_I2C3EN RCC_APB3ENR_I2C3EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 15295 #define RCC_APB3ENR_I2C3EN RCC_APB3ENR_I2C3EN_Msk /*!< I2C3 Cloc… macro
|
D | stm32u535xx.h | 14758 #define RCC_APB3ENR_I2C3EN RCC_APB3ENR_I2C3EN_Msk /*!< I2C3 Cloc… macro
|
D | stm32u575xx.h | 16229 #define RCC_APB3ENR_I2C3EN RCC_APB3ENR_I2C3EN_Msk /*!< I2C3 Cloc… macro
|
D | stm32u585xx.h | 16821 #define RCC_APB3ENR_I2C3EN RCC_APB3ENR_I2C3EN_Msk /*!< I2C3 Cloc… macro
|
D | stm32u595xx.h | 17293 #define RCC_APB3ENR_I2C3EN RCC_APB3ENR_I2C3EN_Msk /*!< I2C3 Cloc… macro
|
D | stm32u5a5xx.h | 17885 #define RCC_APB3ENR_I2C3EN RCC_APB3ENR_I2C3EN_Msk /*!< I2C3 Cloc… macro
|
D | stm32u5f7xx.h | 18862 #define RCC_APB3ENR_I2C3EN RCC_APB3ENR_I2C3EN_Msk /*!< I2C3 Cloc… macro
|
D | stm32u599xx.h | 21046 #define RCC_APB3ENR_I2C3EN RCC_APB3ENR_I2C3EN_Msk /*!< I2C3 Cloc… macro
|
D | stm32u5g7xx.h | 19454 #define RCC_APB3ENR_I2C3EN RCC_APB3ENR_I2C3EN_Msk /*!< I2C3 Cloc… macro
|
D | stm32u5f9xx.h | 21997 #define RCC_APB3ENR_I2C3EN RCC_APB3ENR_I2C3EN_Msk /*!< I2C3 Cloc… macro
|
D | stm32u5a9xx.h | 21638 #define RCC_APB3ENR_I2C3EN RCC_APB3ENR_I2C3EN_Msk /*!< I2C3 Cloc… macro
|
D | stm32u5g9xx.h | 22589 #define RCC_APB3ENR_I2C3EN RCC_APB3ENR_I2C3EN_Msk /*!< I2C3 Cloc… macro
|