Home
last modified time | relevance | path

Searched refs:RCC_APBENR1_OPAMPEN (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc.h1018 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) == …
Dstm32u0xx_ll_bus.h127 #define LL_APB1_GRP1_PERIPH_OPAMP RCC_APBENR1_OPAMPEN
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h5414 #define RCC_APBENR1_OPAMPEN RCC_APBENR1_OPAMPEN_Msk macro
Dstm32u083xx.h6242 #define RCC_APBENR1_OPAMPEN RCC_APBENR1_OPAMPEN_Msk macro
Dstm32u073xx.h5978 #define RCC_APBENR1_OPAMPEN RCC_APBENR1_OPAMPEN_Msk macro