Searched refs:ESP_ERR_MSC_MOUNT_FAILED (Results 1 – 2 of 2) sorted by relevance
67 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()
19 #define ESP_ERR_MSC_MOUNT_FAILED (ESP_ERR_MSC_HOST_BASE + 1) /*!< Failed to mount storage */ macro