Home
last modified time | relevance | path

Searched refs:msc_host_uninstall (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/include/
Dmsc_host.h86 esp_err_t msc_host_uninstall(void);
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/main/
Dmsc_example_main.c176 ESP_ERROR_CHECK( msc_host_uninstall() ); in app_main()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c229 ESP_OK_ASSERT( msc_host_uninstall() ); in msc_teardown()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c321 esp_err_t msc_host_uninstall(void) in msc_host_uninstall() function