Searched refs:RCC_APB2ENR_SDADC3EN (Results 1 – 4 of 4) sorted by relevance
2388 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)
221 #define LL_APB2_GRP1_PERIPH_SDADC3 RCC_APB2ENR_SDADC3EN
7945 #define RCC_APB2ENR_SDADC3EN RCC_APB2ENR_SDADC3EN_Msk /*!< SDADC3 clock en… macro
8038 #define RCC_APB2ENR_SDADC3EN RCC_APB2ENR_SDADC3EN_Msk /*!< SDADC3 clock en… macro