Home
last modified time | relevance | path

Searched refs:ESP_ERR_MSC_MOUNT_FAILED (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host_vfs.c67 esp_err_t ret = ESP_ERR_MSC_MOUNT_FAILED; in msc_host_vfs_register()
93 MSC_GOTO_ON_FALSE( f_mount(fs, drive, 0) == FR_OK, ESP_ERR_MSC_MOUNT_FAILED ); in msc_host_vfs_register()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/include/
Dmsc_host.h19 #define ESP_ERR_MSC_MOUNT_FAILED (ESP_ERR_MSC_HOST_BASE + 1) /*!< Failed to mount storage */ macro