Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h2374 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SDADC1EN);\
2376 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SDADC1EN);\
2397 #define __HAL_RCC_SDADC1_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_SDADC1EN))
2660 #define __HAL_RCC_SDADC1_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SDADC1EN)) != RESET)
2667 #define __HAL_RCC_SDADC1_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SDADC1EN)) == RESET)
Dstm32f3xx_ll_bus.h215 #define LL_APB2_GRP1_PERIPH_SDADC1 RCC_APB2ENR_SDADC1EN
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f378xx.h7939 #define RCC_APB2ENR_SDADC1EN RCC_APB2ENR_SDADC1EN_Msk /*!< SDADC1 clock en… macro
Dstm32f373xc.h8032 #define RCC_APB2ENR_SDADC1EN RCC_APB2ENR_SDADC1EN_Msk /*!< SDADC1 clock en… macro