Searched refs:RCC_APB1ENR1_I2C1EN (Results 1 – 3 of 3) sorted by relevance
218 #define LL_APB1_GRP1_PERIPH_I2C1 RCC_APB1ENR1_I2C1EN
1199 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C1EN); \1201 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C1EN); \1384 #define __HAL_RCC_I2C1_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C1EN)1882 #define __HAL_RCC_I2C1_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C1EN) != 0U)1981 #define __HAL_RCC_I2C1_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C1EN) == 0U)
11243 #define RCC_APB1ENR1_I2C1EN RCC_APB1ENR1_I2C1EN_Msk macro