Home
last modified time | relevance | path

Searched refs:RCC_APB2ENR_SDADC2EN (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h2381 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SDADC2EN);\
2383 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SDADC2EN);\
2398 #define __HAL_RCC_SDADC2_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_SDADC2EN))
2661 #define __HAL_RCC_SDADC2_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SDADC2EN)) != RESET)
2668 #define __HAL_RCC_SDADC2_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SDADC2EN)) == RESET)
Dstm32f3xx_ll_bus.h218 #define LL_APB2_GRP1_PERIPH_SDADC2 RCC_APB2ENR_SDADC2EN
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f378xx.h7942 #define RCC_APB2ENR_SDADC2EN RCC_APB2ENR_SDADC2EN_Msk /*!< SDADC2 clock en… macro
Dstm32f373xc.h8035 #define RCC_APB2ENR_SDADC2EN RCC_APB2ENR_SDADC2EN_Msk /*!< SDADC2 clock en… macro