Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/vfs/
Dvfs_fat_sdmmc.c44 static void call_host_deinit(const sdmmc_host_t *host_config);
195 const sdmmc_host_t* host_config, in esp_vfs_fat_sdmmc_mount() argument
213 if (host_config->flags == SDMMC_HOST_FLAG_SPI) { in esp_vfs_fat_sdmmc_mount()
216 err = (*host_config->init)(); in esp_vfs_fat_sdmmc_mount()
218 err = init_sdspi_host_deprecated(host_config->slot, slot_config, &card_handle); in esp_vfs_fat_sdmmc_mount()
226 err = (*host_config->init)(); in esp_vfs_fat_sdmmc_mount()
232 err = init_sdmmc_host(host_config->slot, slot_config, &card_handle); in esp_vfs_fat_sdmmc_mount()
237 err = sdmmc_card_init(host_config, card); in esp_vfs_fat_sdmmc_mount()
257 call_host_deinit(host_config); in esp_vfs_fat_sdmmc_mount()
283 const sdmmc_host_t* host_config = host_config_input; in esp_vfs_fat_sdspi_mount() local
[all …]
Desp_vfs_fat.h139 const sdmmc_host_t* host_config,
/hal_espressif-3.6.0/components/usb/test/usb_host/
Dtest_usb_host_plugging.c41 usb_host_config_t host_config = { variable
45 ESP_ERROR_CHECK(usb_host_install(&host_config));
102 usb_host_config_t host_config = { variable
106 ESP_ERROR_CHECK(usb_host_install(&host_config));
167 usb_host_config_t host_config = { variable
171 ESP_ERROR_CHECK(usb_host_install(&host_config));
Dtest_usb_host_async.c52 usb_host_config_t host_config = { variable
56 ESP_ERROR_CHECK(usb_host_install(&host_config));
116 usb_host_config_t host_config = { variable
120 ESP_ERROR_CHECK(usb_host_install(&host_config));
222 usb_host_config_t host_config = { variable
226 ESP_ERROR_CHECK(usb_host_install(&host_config));
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/main/
Dusb_host_lib_main.c26 usb_host_config_t host_config = { in host_lib_daemon_task() local
30 ESP_ERROR_CHECK(usb_host_install(&host_config)); in host_lib_daemon_task()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_host/main/
Dusb-cdc.c55 usb_host_config_t host_config = { in app_main() local
59 ESP_ERROR_CHECK(usb_host_install(&host_config)); in app_main()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/main/
Dmsc_example_main.c136 const usb_host_config_t host_config = { in app_main() local
140 ESP_ERROR_CHECK( usb_host_install(&host_config) ); in app_main()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_bg96/main/
Dcdc_acm_host_bg96.cpp180 usb_host_config_t host_config = { in app_main() local
184 ESP_ERROR_CHECK(usb_host_install(&host_config)); in app_main()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c195 const usb_host_config_t host_config = { in msc_setup() local
199 ESP_OK_ASSERT( usb_host_install(&host_config) ); in msc_setup()
/hal_espressif-3.6.0/examples/openthread/ot_rcp/main/
Desp_ot_rcp.c31 .host_config = ESP_OPENTHREAD_DEFAULT_HOST_CONFIG(), in ot_task_worker()
/hal_espressif-3.6.0/components/openthread/include/
Desp_openthread_types.h124 …esp_openthread_host_connection_config_t host_config; /*!< The host connection configuration… member
/hal_espressif-3.6.0/examples/openthread/ot_cli/main/
Desp_ot_cli.c57 .host_config = ESP_OPENTHREAD_DEFAULT_HOST_CONFIG(), in ot_task_worker()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c55 const usb_host_config_t host_config = { in usb_lib_task() local
59 TEST_ASSERT_EQUAL(ESP_OK, usb_host_install(&host_config)); in usb_lib_task()
/hal_espressif-3.6.0/examples/openthread/ot_br/main/
Desp_ot_br.c155 .host_config = ESP_OPENTHREAD_DEFAULT_HOST_CONFIG(), in ot_task_worker()