Searched refs:RCC_APB2ENR_SDADC2EN (Results 1 – 4 of 4) sorted by relevance
2381 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)
218 #define LL_APB2_GRP1_PERIPH_SDADC2 RCC_APB2ENR_SDADC2EN
7942 #define RCC_APB2ENR_SDADC2EN RCC_APB2ENR_SDADC2EN_Msk /*!< SDADC2 clock en… macro
8035 #define RCC_APB2ENR_SDADC2EN RCC_APB2ENR_SDADC2EN_Msk /*!< SDADC2 clock en… macro