Searched refs:RCC_APB1ENR1_I2C3EN (Results 1 – 3 of 3) sorted by relevance
222 #define LL_APB1_GRP1_PERIPH_I2C3 RCC_APB1ENR1_I2C3EN
1217 SET_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN); \1219 … tmpreg = READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN); \1390 #define __HAL_RCC_I2C3_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN)1888 #define __HAL_RCC_I2C3_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN) != 0U)1987 #define __HAL_RCC_I2C3_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_I2C3EN) == 0U)
11249 #define RCC_APB1ENR1_I2C3EN RCC_APB1ENR1_I2C3EN_Msk macro