Searched refs:RCC_APBENR1_I2C3EN (Results 1 – 10 of 10) sorted by relevance
| /hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
| D | stm32u0xx_hal_rcc.h | 1010 SET_BIT(RCC->APBENR1, RCC_APBENR1_I2C3EN); \ 1012 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_I2C3EN); \ 1116 #define __HAL_RCC_I2C3_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_I2C3EN) 1326 #define __HAL_RCC_I2C3_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_I2C3EN) != 0… 1388 #define __HAL_RCC_I2C3_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_I2C3EN) == 0…
|
| D | stm32u0xx_ll_bus.h | 126 #define LL_APB1_GRP1_PERIPH_I2C3 RCC_APBENR1_I2C3EN
|
| /hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
| D | stm32g0xx_hal_rcc.h | 1179 SET_BIT(RCC->APBENR1, RCC_APBENR1_I2C3EN); \ 1181 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_I2C3EN); \ 1411 #define __HAL_RCC_I2C3_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_I2C3EN) 1572 #define __HAL_RCC_I2C3_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_I2C3EN) != 0U) 1636 #define __HAL_RCC_I2C3_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_I2C3EN) == 0U)
|
| D | stm32g0xx_ll_bus.h | 149 #define LL_APB1_GRP1_PERIPH_I2C3 RCC_APBENR1_I2C3EN
|
| /hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
| D | stm32g0b0xx.h | 5559 #define RCC_APBENR1_I2C3EN RCC_APBENR1_I2C3EN_Msk macro
|
| D | stm32g0c1xx.h | 6859 #define RCC_APBENR1_I2C3EN RCC_APBENR1_I2C3EN_Msk macro
|
| D | stm32g0b1xx.h | 6611 #define RCC_APBENR1_I2C3EN RCC_APBENR1_I2C3EN_Msk macro
|
| /hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
| D | stm32u031xx.h | 5411 #define RCC_APBENR1_I2C3EN RCC_APBENR1_I2C3EN_Msk macro
|
| D | stm32u083xx.h | 6239 #define RCC_APBENR1_I2C3EN RCC_APBENR1_I2C3EN_Msk macro
|
| D | stm32u073xx.h | 5975 #define RCC_APBENR1_I2C3EN RCC_APBENR1_I2C3EN_Msk macro
|