Searched refs:RCC_APB1ENR1_I2C2EN (Results 1 – 3 of 3) sorted by relevance
220 #define LL_APB1_GRP1_PERIPH_I2C2 RCC_APB1ENR1_I2C2EN
1208 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C2EN); \1210 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C2EN); \1387 #define __HAL_RCC_I2C2_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C2EN)1885 #define __HAL_RCC_I2C2_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C2EN) != 0U)1984 #define __HAL_RCC_I2C2_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C2EN) == 0U)
11246 #define RCC_APB1ENR1_I2C2EN RCC_APB1ENR1_I2C2EN_Msk macro