Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/private_include/
Dmsc_scsi_bot.h52 esp_err_t msc_get_max_lun(msc_device_t *device, uint8_t *lun);
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_scsi_bot.c272 esp_err_t msc_get_max_lun(msc_device_t *device, uint8_t *lun) in msc_get_max_lun() function
Dmsc_host.c366 MSC_GOTO_ON_ERROR( msc_get_max_lun(msc_device, &lun) ); in msc_host_install_device()