Searched refs:RCC_APB2ENR_SDADC1EN (Results 1 – 4 of 4) sorted by relevance
2374 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)
215 #define LL_APB2_GRP1_PERIPH_SDADC1 RCC_APB2ENR_SDADC1EN
7939 #define RCC_APB2ENR_SDADC1EN RCC_APB2ENR_SDADC1EN_Msk /*!< SDADC1 clock en… macro
8032 #define RCC_APB2ENR_SDADC1EN RCC_APB2ENR_SDADC1EN_Msk /*!< SDADC1 clock en… macro