Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/msc/
A Dusbh_msc.h37 int usbh_msc_scsi_read10(struct usbh_msc *msc_class, uint32_t start_sector, const uint8_t *buffer, …
A Dusbh_msc.c416 int usbh_msc_scsi_read10(struct usbh_msc *msc_class, uint32_t start_sector, const uint8_t *buffer, … in usbh_msc_scsi_read10() function
/components/drivers/usb/cherryusb/platform/rtthread/
A Dusbh_dfs.c51 ret = usbh_msc_scsi_read10(msc_class, pos, (uint8_t *)align_buf, size); in rt_udisk_read()
/components/drivers/usb/cherryusb/demo/
A Dusb_host.c306 ret = usbh_msc_scsi_read10(msc_class, 0, partition_table, 1); in usbh_msc_thread()

Completed in 5 milliseconds