Searched refs:RCC_APBENR1_I2C2EN (Results 1 – 22 of 22) sorted by relevance
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc.h | 879 SET_BIT(RCC->APBENR1, RCC_APBENR1_I2C2EN); \ 881 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_I2C2EN); \ 919 #define __HAL_RCC_I2C2_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_I2C2EN) 1079 #define __HAL_RCC_I2C2_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_I2C2EN) != 0U) 1102 #define __HAL_RCC_I2C2_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_I2C2EN) == 0U)
|
D | stm32c0xx_ll_bus.h | 106 #define LL_APB1_GRP1_PERIPH_I2C2 RCC_APBENR1_I2C2EN
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc.h | 1002 SET_BIT(RCC->APBENR1, RCC_APBENR1_I2C2EN); \ 1004 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_I2C2EN); \ 1114 #define __HAL_RCC_I2C2_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_I2C2EN) 1324 #define __HAL_RCC_I2C2_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_I2C2EN) != 0… 1386 #define __HAL_RCC_I2C2_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_I2C2EN) == 0…
|
D | stm32u0xx_ll_bus.h | 125 #define LL_APB1_GRP1_PERIPH_I2C2 RCC_APBENR1_I2C2EN
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1170 SET_BIT(RCC->APBENR1, RCC_APBENR1_I2C2EN); \ 1172 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_I2C2EN); \ 1409 #define __HAL_RCC_I2C2_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_I2C2EN) 1570 #define __HAL_RCC_I2C2_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_I2C2EN) != 0U) 1634 #define __HAL_RCC_I2C2_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_I2C2EN) == 0U)
|
D | stm32g0xx_ll_bus.h | 147 #define LL_APB1_GRP1_PERIPH_I2C2 RCC_APBENR1_I2C2EN
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c071xx.h | 4727 #define RCC_APBENR1_I2C2EN RCC_APBENR1_I2C2EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 4335 #define RCC_APBENR1_I2C2EN RCC_APBENR1_I2C2EN_Msk macro
|
D | stm32g050xx.h | 4369 #define RCC_APBENR1_I2C2EN RCC_APBENR1_I2C2EN_Msk macro
|
D | stm32g070xx.h | 4510 #define RCC_APBENR1_I2C2EN RCC_APBENR1_I2C2EN_Msk macro
|
D | stm32g031xx.h | 4543 #define RCC_APBENR1_I2C2EN RCC_APBENR1_I2C2EN_Msk macro
|
D | stm32g041xx.h | 4791 #define RCC_APBENR1_I2C2EN RCC_APBENR1_I2C2EN_Msk macro
|
D | stm32g051xx.h | 4897 #define RCC_APBENR1_I2C2EN RCC_APBENR1_I2C2EN_Msk macro
|
D | stm32g061xx.h | 5145 #define RCC_APBENR1_I2C2EN RCC_APBENR1_I2C2EN_Msk macro
|
D | stm32g071xx.h | 5253 #define RCC_APBENR1_I2C2EN RCC_APBENR1_I2C2EN_Msk macro
|
D | stm32g081xx.h | 5501 #define RCC_APBENR1_I2C2EN RCC_APBENR1_I2C2EN_Msk macro
|
D | stm32g0b0xx.h | 5556 #define RCC_APBENR1_I2C2EN RCC_APBENR1_I2C2EN_Msk macro
|
D | stm32g0c1xx.h | 6856 #define RCC_APBENR1_I2C2EN RCC_APBENR1_I2C2EN_Msk macro
|
D | stm32g0b1xx.h | 6608 #define RCC_APBENR1_I2C2EN RCC_APBENR1_I2C2EN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 5408 #define RCC_APBENR1_I2C2EN RCC_APBENR1_I2C2EN_Msk macro
|
D | stm32u083xx.h | 6236 #define RCC_APBENR1_I2C2EN RCC_APBENR1_I2C2EN_Msk macro
|
D | stm32u073xx.h | 5972 #define RCC_APBENR1_I2C2EN RCC_APBENR1_I2C2EN_Msk macro
|