Home
last modified time | relevance | path

Searched refs:SDMMC_HOST_FLAG_DDR (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.4.0/components/driver/include/driver/
Dsdmmc_host.h34 SDMMC_HOST_FLAG_DDR, \
Dsdmmc_types.h138 #define SDMMC_HOST_FLAG_DDR BIT(4) /*!< host supports DDR mode for SD/MMC */ macro
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Dsdmmc_host.rst134 …keeping :c:macro:`SDMMC_FREQ_HIGHSPEED` frequency, clear :c:macro:`SDMMC_HOST_FLAG_DDR` bit in ``f…
138 host.flags &= ~SDMMC_HOST_FLAG_DDR;
/hal_espressif-3.4.0/components/sdmmc/test/
Dtest_sd.c116 config.flags &= ~SDMMC_HOST_FLAG_DDR; in probe_sd()
412 config.flags &= ~SDMMC_HOST_FLAG_DDR; in sd_test_rw_blocks()
/hal_espressif-3.4.0/components/sdmmc/
Dsdmmc_mmc.c54 if ((card->host.flags & SDMMC_HOST_FLAG_DDR) && in sdmmc_init_mmc_read_ext_csd()