Searched refs:RCC_APB7ENR_COMPEN (Results 1 – 4 of 4) sorted by relevance
1014 SET_BIT(RCC->APB7ENR, RCC_APB7ENR_COMPEN); \1016 … tmpreg = READ_BIT(RCC->APB7ENR, RCC_APB7ENR_COMPEN); \1041 #define __HAL_RCC_COMP_CLK_DISABLE() CLEAR_BIT(RCC->APB7ENR, RCC_APB7ENR_COMPEN)1159 #define __HAL_RCC_COMP_IS_CLK_ENABLED() (READ_BIT(RCC->APB7ENR, RCC_APB7ENR_COMPEN) != 0U)
188 #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