/hal_espressif-3.6.0/components/fatfs/vfs/ |
D | vfs_fat_sdmmc.c | 44 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 …]
|
D | esp_vfs_fat.h | 139 const sdmmc_host_t* host_config,
|
/hal_espressif-3.6.0/components/usb/test/usb_host/ |
D | test_usb_host_plugging.c | 41 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));
|
D | test_usb_host_async.c | 52 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/ |
D | usb_host_lib_main.c | 26 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/ |
D | usb-cdc.c | 55 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/ |
D | msc_example_main.c | 136 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/ |
D | cdc_acm_host_bg96.cpp | 180 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/ |
D | test_msc.c | 195 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/ |
D | esp_ot_rcp.c | 31 .host_config = ESP_OPENTHREAD_DEFAULT_HOST_CONFIG(), in ot_task_worker()
|
/hal_espressif-3.6.0/components/openthread/include/ |
D | esp_openthread_types.h | 124 …esp_openthread_host_connection_config_t host_config; /*!< The host connection configuration… member
|
/hal_espressif-3.6.0/examples/openthread/ot_cli/main/ |
D | esp_ot_cli.c | 57 .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/ |
D | test_cdc_acm_host.c | 55 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/ |
D | esp_ot_br.c | 155 .host_config = ESP_OPENTHREAD_DEFAULT_HOST_CONFIG(), in ot_task_worker()
|