Home
last modified time | relevance | path

Searched refs:SDMMC_HOST_DEFAULT (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.6.0/components/fatfs/test/
Dtest_fatfs_sdmmc.c58 sdmmc_host_t host = SDMMC_HOST_DEFAULT(); in test_setup()
79 sdmmc_host_t host = SDMMC_HOST_DEFAULT();
229 sdmmc_host_t host = SDMMC_HOST_DEFAULT(); in sdmmc_speed_test()
/hal_espressif-3.6.0/components/sdmmc/test/
Dtest_sd.c102 sdmmc_host_t config = SDMMC_HOST_DEFAULT(); in probe_sd()
404 sdmmc_host_t config = SDMMC_HOST_DEFAULT(); in sd_test_rw_blocks()
520 sdmmc_host_t config = SDMMC_HOST_DEFAULT();
619 sdmmc_host_t config = SDMMC_HOST_DEFAULT();
634 sdmmc_host_t config = SDMMC_HOST_DEFAULT();
Dtest_sdio.c350 sdmmc_host_t config = SDMMC_HOST_DEFAULT();
/hal_espressif-3.6.0/components/driver/test/
Dtest_sdmmc_sdspi_init.cpp23 sdmmc_host_t sdmmc_host = SDMMC_HOST_DEFAULT(); in test_initializers()
Dtest_sdio.c163 config = (sdmmc_host_t)SDMMC_HOST_DEFAULT(); in init_essl()
170 config = (sdmmc_host_t)SDMMC_HOST_DEFAULT(); in init_essl()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dsdmmc_host.rst90 …ass:`sdmmc_host_t` and :cpp:class:`sdmmc_slot_config_t` (:c:macro:`SDMMC_HOST_DEFAULT` and :c:macr…
94 sdmmc_host_t host = SDMMC_HOST_DEFAULT();
136 sdmmc_host_t host = SDMMC_HOST_DEFAULT();
/hal_espressif-3.6.0/examples/protocols/http_server/restful_server/main/
Desp_rest_main.c62 sdmmc_host_t host = SDMMC_HOST_DEFAULT(); in init_fs()
/hal_espressif-3.6.0/examples/storage/sd_card/sdmmc/main/
Dsd_card_example_main.c49 sdmmc_host_t host = SDMMC_HOST_DEFAULT(); in app_main()
/hal_espressif-3.6.0/components/driver/include/driver/
Dsdmmc_host.h30 #define SDMMC_HOST_DEFAULT() {\ macro
/hal_espressif-3.6.0/examples/protocols/http_server/file_serving/main/
Dmain.c139 sdmmc_host_t host = SDMMC_HOST_DEFAULT(); in sdcard_mount()
/hal_espressif-3.6.0/examples/network/simple_sniffer/main/
Dsimple_sniffer_example_main.c285 sdmmc_host_t host = SDMMC_HOST_DEFAULT(); in mount()
/hal_espressif-3.6.0/examples/peripherals/sdio/host/main/
Dapp_main.c167 sdmmc_host_t config = SDMMC_HOST_DEFAULT(); in slave_init()