Home
last modified time | relevance | path

Searched refs:SOC_SDMMC_HOST_SUPPORTED (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.6.0/components/driver/test/
Dtest_sdmmc_sdspi_init.cpp8 #if SOC_SDMMC_HOST_SUPPORTED
22 #if SOC_SDMMC_HOST_SUPPORTED in test_initializers()
Dtest_sdio.c19 #if SOC_SDMMC_HOST_SUPPORTED && SOC_SDIO_SLAVE_SUPPORTED
/hal_espressif-3.6.0/docs/zh_CN/api-reference/storage/
Dsdmmc.rst21 … :SOC_SDMMC_HOST_SUPPORTED: - 如需初始化和配置 SDMMC 主机,请参阅 :doc:`SDMMC 主机 API <../peripherals/sdmmc_host>`
25 .. only:: SOC_SDMMC_HOST_SUPPORTED
37 .. only:: SOC_SDMMC_HOST_SUPPORTED
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dindex.rst23 :SOC_SDMMC_HOST_SUPPORTED: sd_pullup_requirements
24 :SOC_SDMMC_HOST_SUPPORTED: sdmmc_host
/hal_espressif-3.6.0/docs/zh_CN/api-reference/peripherals/
Dindex.rst24 :SOC_SDMMC_HOST_SUPPORTED: sdmmc_host
/hal_espressif-3.6.0/docs/en/api-reference/storage/
Dsdmmc.rst21 :SOC_SDMMC_HOST_SUPPORTED: - SDMMC host, see :doc:`SDMMC Host API <../peripherals/sdmmc_host>`
25 .. only:: SOC_SDMMC_HOST_SUPPORTED
37 .. only:: SOC_SDMMC_HOST_SUPPORTED
/hal_espressif-3.6.0/components/fatfs/vfs/
Dvfs_fat_sdmmc.c28 #if SOC_SDMMC_HOST_SUPPORTED
181 #if SOC_SDMMC_HOST_SUPPORTED
/hal_espressif-3.6.0/components/driver/include/driver/
Dsdmmc_host.h10 #if SOC_SDMMC_HOST_SUPPORTED
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc_caps.h36 #define SOC_SDMMC_HOST_SUPPORTED 1 macro
/hal_espressif-3.6.0/components/sdmmc/test/
Dtest_sd.c17 #if SOC_SDMMC_HOST_SUPPORTED
29 #define WITH_SD_TEST (SOC_SDMMC_HOST_SUPPORTED && !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S3))
33 #define WITH_EMMC_TEST (SOC_SDMMC_HOST_SUPPORTED && !CONFIG_SPIRAM && !TEMPORARY_DISABLED_FOR_TARG…
Dtest_sdio.c16 #if SOC_SDMMC_HOST_SUPPORTED
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h58 #define SOC_SDMMC_HOST_SUPPORTED 1 macro
/hal_espressif-3.6.0/examples/protocols/http_server/file_serving/main/
Dmain.c30 #if SOC_SDMMC_HOST_SUPPORTED
/hal_espressif-3.6.0/components/fatfs/test/
Dtest_fatfs_sdmmc.c50 #if SOC_SDMMC_HOST_SUPPORTED