Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/include/
Dmsc_host.h95 esp_err_t msc_host_install_device(uint8_t device_address, msc_host_device_handle_t *device);
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/main/
Dmsc_example_main.c155 ESP_ERROR_CHECK( msc_host_install_device(device_address, &msc_device) ); in app_main()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c218 ESP_OK_ASSERT( msc_host_install_device(device_addr, &device) ); in msc_setup()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c340 esp_err_t msc_host_install_device(uint8_t device_address, msc_host_device_handle_t *msc_device_hand… in msc_host_install_device() function