Home
last modified time | relevance | path

Searched refs:SDMMC_CLOCK_POWER_SAVE_DISABLE (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_ll_sdmmc.h173 #define SDMMC_CLOCK_POWER_SAVE_DISABLE ((uint32_t)0x00000000) macro
176 #define IS_SDMMC_CLOCK_POWER_SAVE(SAVE) (((SAVE) == SDMMC_CLOCK_POWER_SAVE_DISABLE) || \
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_sd.c352 tmpinit.ClockPowerSave = SDMMC_CLOCK_POWER_SAVE_DISABLE; in HAL_SD_Init()

Completed in 7 milliseconds