Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc.h1468 #if defined(SDMMC1) && defined(RCC_APB2ENR_SDMMC1EN)
1471 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SDMMC1EN); \
1473 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SDMMC1EN); \
1592 #if defined(SDMMC1) && defined(RCC_APB2ENR_SDMMC1EN)
1593 #define __HAL_RCC_SDMMC1_CLK_DISABLE() CLEAR_BIT(RCC->APB2ENR, RCC_APB2ENR_SDMMC1EN)
2101 #if defined(SDMMC1) && defined(RCC_APB2ENR_SDMMC1EN)
2102 #define __HAL_RCC_SDMMC1_IS_CLK_ENABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SDMMC1EN) != 0U)
2146 #if defined(SDMMC1) && defined(RCC_APB2ENR_SDMMC1EN)
2147 #define __HAL_RCC_SDMMC1_IS_CLK_DISABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SDMMC1EN) == 0U)
Dstm32l4xx_ll_bus.h249 #if defined(SDMMC1) && defined(RCC_APB2ENR_SDMMC1EN)
250 #define LL_APB2_GRP1_PERIPH_SDMMC1 RCC_APB2ENR_SDMMC1EN
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h1275 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SDMMC1EN);\
1277 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SDMMC1EN);\
1415 #define __HAL_RCC_SDMMC1_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_SDMMC1EN))
1670 #define __HAL_RCC_SDMMC1_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SDMMC1EN)) != RESET)
1711 #define __HAL_RCC_SDMMC1_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_SDMMC1EN)) == RESET)
Dstm32f7xx_ll_bus.h206 #define LL_APB2_GRP1_PERIPH_SDMMC1 RCC_APB2ENR_SDMMC1EN
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h9754 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
Dstm32f722xx.h9735 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
Dstm32f730xx.h9974 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
Dstm32f733xx.h9974 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
Dstm32f732xx.h9955 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
Dstm32f750xx.h11218 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
Dstm32f745xx.h10589 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
Dstm32f756xx.h11218 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
Dstm32f746xx.h10931 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
Dstm32f765xx.h11123 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l433xx.h9970 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
Dstm32l451xx.h10128 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
Dstm32l431xx.h9866 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
Dstm32l443xx.h10192 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
Dstm32l471xx.h11093 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
Dstm32l452xx.h10203 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
Dstm32l462xx.h10425 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
Dstm32l475xx.h11257 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
Dstm32l476xx.h11292 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
Dstm32l486xx.h11508 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro
Dstm32l485xx.h11479 #define RCC_APB2ENR_SDMMC1EN RCC_APB2ENR_SDMMC1EN_Msk macro

12