Searched refs:RCC_APB1LENR_I2C5EN (Results 1 – 8 of 8) sorted by relevance
1933 SET_BIT(RCC->APB1LENR, RCC_APB1LENR_I2C5EN);\1935 tmpreg = READ_BIT(RCC->APB1LENR, RCC_APB1LENR_I2C5EN);\2058 #define __HAL_RCC_I2C5_CLK_DISABLE() (RCC->APB1LENR) &= ~ (RCC_APB1LENR_I2C5EN)2107 #define __HAL_RCC_I2C5_IS_CLK_ENABLED() ((RCC->APB1LENR & RCC_APB1LENR_I2C5EN) != 0U)2149 #define __HAL_RCC_I2C5_IS_CLK_DISABLED() ((RCC->APB1LENR & RCC_APB1LENR_I2C5EN) == 0U)
281 #define LL_APB1_GRP1_PERIPH_I2C5 RCC_APB1LENR_I2C5EN
16024 #define RCC_APB1LENR_I2C5EN RCC_APB1LENR_I2C5EN_Msk macro
16012 #define RCC_APB1LENR_I2C5EN RCC_APB1LENR_I2C5EN_Msk macro
15561 #define RCC_APB1LENR_I2C5EN RCC_APB1LENR_I2C5EN_Msk macro
15549 #define RCC_APB1LENR_I2C5EN RCC_APB1LENR_I2C5EN_Msk macro