Searched refs:RCC_APB3ENR_I2C4EN (Results 1 – 5 of 5) sorted by relevance
1858 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C4EN); \1860 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C4EN); \1954 #define __HAL_RCC_I2C4_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C4EN)2667 #define __HAL_RCC_I2C4_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C4EN) != 0U)2711 #define __HAL_RCC_I2C4_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I2C4EN) == 0U)
359 #define LL_APB3_GRP1_PERIPH_I2C4 RCC_APB3ENR_I2C4EN
14203 #define RCC_APB3ENR_I2C4EN RCC_APB3ENR_I2C4EN_Msk macro
16830 #define RCC_APB3ENR_I2C4EN RCC_APB3ENR_I2C4EN_Msk macro
16293 #define RCC_APB3ENR_I2C4EN RCC_APB3ENR_I2C4EN_Msk macro