Home
last modified time | relevance | path

Searched refs:RCC_APB2ENR_SDMMC1EN (Results 1 – 3 of 3) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_bus.h264 #if defined(SDMMC1) && defined(RCC_APB2ENR_SDMMC1EN)
265 #define LL_APB2_GRP1_PERIPH_SDMMC1 RCC_APB2ENR_SDMMC1EN
Dstm32l4xx_hal_rcc.h1458 #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)
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h11286 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro