Searched refs:RCC_APB7ENR_COMPEN (Results 1 – 5 of 5) sorted by relevance
1040 SET_BIT(RCC->APB7ENR, RCC_APB7ENR_COMPEN); \1042 … tmpreg = READ_BIT(RCC->APB7ENR, RCC_APB7ENR_COMPEN); \1067 #define __HAL_RCC_COMP_CLK_DISABLE() CLEAR_BIT(RCC->APB7ENR, RCC_APB7ENR_COMPEN)1191 #define __HAL_RCC_COMP_IS_CLK_ENABLED() (READ_BIT(RCC->APB7ENR, RCC_APB7ENR_COMPEN) != 0U)
192 #define LL_APB7_GRP1_PERIPH_COMP RCC_APB7ENR_COMPEN
10438 #define RCC_APB7ENR_COMPEN RCC_APB7ENR_COMPEN_Msk macro
10456 #define RCC_APB7ENR_COMPEN RCC_APB7ENR_COMPEN_Msk macro