Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h2388 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SDADC3EN);\
2390 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SDADC3EN);\
2399 #define __HAL_RCC_SDADC3_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_SDADC3EN))
2662 #define __HAL_RCC_SDADC3_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SDADC3EN)) != RESET)
2669 #define __HAL_RCC_SDADC3_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SDADC3EN)) == RESET)
Dstm32f3xx_ll_bus.h221 #define LL_APB2_GRP1_PERIPH_SDADC3 RCC_APB2ENR_SDADC3EN
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f378xx.h7945 #define RCC_APB2ENR_SDADC3EN RCC_APB2ENR_SDADC3EN_Msk /*!< SDADC3 clock en… macro
Dstm32f373xc.h8038 #define RCC_APB2ENR_SDADC3EN RCC_APB2ENR_SDADC3EN_Msk /*!< SDADC3 clock en… macro