Searched refs:RCC_APB2ENR_SDMMC1EN (Results 1 – 3 of 3) sorted by relevance
264 #if defined(SDMMC1) && defined(RCC_APB2ENR_SDMMC1EN)265 #define LL_APB2_GRP1_PERIPH_SDMMC1 RCC_APB2ENR_SDMMC1EN
1458 #if defined(SDMMC1) && defined(RCC_APB2ENR_SDMMC1EN)1461 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SDMMC1EN); \1463 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SDMMC1EN); \1582 #if defined(SDMMC1) && defined(RCC_APB2ENR_SDMMC1EN)1583 #define __HAL_RCC_SDMMC1_CLK_DISABLE() CLEAR_BIT(RCC->APB2ENR, RCC_APB2ENR_SDMMC1EN)2043 #if defined(SDMMC1) && defined(RCC_APB2ENR_SDMMC1EN)2044 #define __HAL_RCC_SDMMC1_IS_CLK_ENABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SDMMC1EN) != 0U)2088 #if defined(SDMMC1) && defined(RCC_APB2ENR_SDMMC1EN)2089 #define __HAL_RCC_SDMMC1_IS_CLK_DISABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SDMMC1EN) == 0U)
11286 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro