Home
last modified time | relevance | path

Searched refs:msc_host_get_device_info (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/include/
Dmsc_host.h157 esp_err_t msc_host_get_device_info(msc_host_device_handle_t device, msc_host_device_info_t *info);
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/main/
Dmsc_example_main.c160 ESP_ERROR_CHECK( msc_host_get_device_info(msc_device, &info) ); in app_main()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c447 esp_err_t msc_host_get_device_info(msc_host_device_handle_t device, msc_host_device_info_t *info) in msc_host_get_device_info() function