Searched refs:USB_SIZEOF_MSC_CSW (Results 1 – 2 of 2) sorted by relevance
59 #define USB_SIZEOF_MSC_CSW 13 macro
162 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 3 milliseconds