Searched refs:RCC_APBENR1_OPAMPEN (Results 1 – 5 of 5) sorted by relevance
1018 SET_BIT(RCC->APBENR1, RCC_APBENR1_OPAMPEN); \1020 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_OPAMPEN); \1118 #define __HAL_RCC_OPAMP_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_OPAMPEN)1328 #define __HAL_RCC_OPAMP_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_OPAMPEN) != …1390 #define __HAL_RCC_OPAMP_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_OPAMPEN) == …
127 #define LL_APB1_GRP1_PERIPH_OPAMP RCC_APBENR1_OPAMPEN
5414 #define RCC_APBENR1_OPAMPEN RCC_APBENR1_OPAMPEN_Msk macro
6242 #define RCC_APBENR1_OPAMPEN RCC_APBENR1_OPAMPEN_Msk macro
5978 #define RCC_APBENR1_OPAMPEN RCC_APBENR1_OPAMPEN_Msk macro