Home
last modified time | relevance | path

Searched refs:USB_SIZEOF_MSC_CSW (Results 1 – 2 of 2) sorted by relevance

/components/drivers/usb/cherryusb/class/msc/
A Dusb_msc.h59 #define USB_SIZEOF_MSC_CSW 13 macro
A Dusbh_msc.c162 memset(csw, 0, USB_SIZEOF_MSC_CSW); in usbh_bulk_cbw_csw_xfer()
163 nbytes = usbh_msc_bulk_in_transfer(msc_class, (uint8_t *)csw, USB_SIZEOF_MSC_CSW, timeout); in usbh_bulk_cbw_csw_xfer()

Completed in 4 milliseconds