Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/msc/
A Dusbd_msc.c492 uint8_t capacity10[SCSIRESP_READCAPACITY10_SIZEOF] = { in SCSI_readCapacity10()
504 memcpy(*data, (uint8_t *)capacity10, SCSIRESP_READCAPACITY10_SIZEOF); in SCSI_readCapacity10()
505 *len = SCSIRESP_READCAPACITY10_SIZEOF; in SCSI_readCapacity10()
A Dusb_scsi.h832 #define SCSIRESP_READCAPACITY10_SIZEOF 8 macro
A Dusbh_msc.c245 cbw->dDataLength = SCSIRESP_READCAPACITY10_SIZEOF; in usbh_msc_scsi_readcapacity10()

Completed in 11 milliseconds