Searched refs:USB_SIZEOF_MSC_CBW (Results 1 – 3 of 3) sorted by relevance
| /components/drivers/usb/cherryusb/class/msc/ |
| A D | usbh_msc.c | 135 nbytes = usbh_msc_bulk_out_transfer(msc_class, (uint8_t *)cbw, USB_SIZEOF_MSC_CBW, timeout); in usbh_bulk_cbw_csw_xfer() 191 memset(cbw, 0, USB_SIZEOF_MSC_CBW); in usbh_msc_scsi_testunitready() 206 memset(cbw, 0, USB_SIZEOF_MSC_CBW); in usbh_msc_scsi_requestsense() 224 memset(cbw, 0, USB_SIZEOF_MSC_CBW); in usbh_msc_scsi_inquiry() 242 memset(cbw, 0, USB_SIZEOF_MSC_CBW); in usbh_msc_scsi_readcapacity10() 403 memset(cbw, 0, USB_SIZEOF_MSC_CBW); in usbh_msc_scsi_write10() 422 memset(cbw, 0, USB_SIZEOF_MSC_CBW); in usbh_msc_scsi_read10()
|
| A D | usb_msc.h | 49 #define USB_SIZEOF_MSC_CBW 31 macro
|
| A D | usbd_msc.c | 133 …ass_ep_data[busid][MSD_OUT_EP_IDX].ep_addr, (uint8_t *)&g_usbd_msc[busid].cbw, USB_SIZEOF_MSC_CBW); in msc_storage_notify_handler() 147 …read(busid, mass_ep_data[busid][0].ep_addr, (uint8_t *)&g_usbd_msc[busid].cbw, USB_SIZEOF_MSC_CBW); in usbd_msc_bot_abort() 840 …ass_ep_data[busid][MSD_OUT_EP_IDX].ep_addr, (uint8_t *)&g_usbd_msc[busid].cbw, USB_SIZEOF_MSC_CBW); in mass_storage_bulk_in()
|
Completed in 10 milliseconds