Searched refs:msc_host_uninstall_device (Results 1 – 4 of 4) sorted by relevance
103 esp_err_t msc_host_uninstall_device(msc_host_device_handle_t device);
175 ESP_ERROR_CHECK( msc_host_uninstall_device(msc_device) ); in app_main()
228 ESP_OK_ASSERT( msc_host_uninstall_device(device) ); in msc_teardown()
395 esp_err_t msc_host_uninstall_device(msc_host_device_handle_t device) in msc_host_uninstall_device() function