Searched refs:RCC_APB3ENR_I3C2EN (Results 1 – 5 of 5) sorted by relevance
1868 SET_BIT(RCC->APB3ENR, RCC_APB3ENR_I3C2EN); \1870 … tmpreg = READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I3C2EN); \1958 #define __HAL_RCC_I3C2_CLK_DISABLE() CLEAR_BIT(RCC->APB3ENR, RCC_APB3ENR_I3C2EN)2671 #define __HAL_RCC_I3C2_IS_CLK_ENABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I3C2EN) != 0U)2715 #define __HAL_RCC_I3C2_IS_CLK_DISABLED() (READ_BIT(RCC->APB3ENR, RCC_APB3ENR_I3C2EN) == 0U)
362 #define LL_APB3_GRP1_PERIPH_I3C2 RCC_APB3ENR_I3C2EN
9035 #define RCC_APB3ENR_I3C2EN RCC_APB3ENR_I3C2EN_Msk macro
13397 #define RCC_APB3ENR_I3C2EN RCC_APB3ENR_I3C2EN_Msk macro
13934 #define RCC_APB3ENR_I3C2EN RCC_APB3ENR_I3C2EN_Msk macro