Home
last modified time | relevance | path

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

/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MSC/
A Dusbh_msc_scsi.c212 uint16_t nbOfPages; in USBH_MSC_Read10() local
228 nbOfPages = nbOfbytes / USBH_MSC_Info.PageSize; in USBH_MSC_Read10()
229 USBH_CBWData.CBWCB[7] = ((uint8_t *)&nbOfPages)[1]; in USBH_MSC_Read10()
230 USBH_CBWData.CBWCB[8] = ((uint8_t *)&nbOfPages)[0]; in USBH_MSC_Read10()
267 uint16_t nbOfPages; in USBH_MSC_Write10() local
283 nbOfPages = nbOfbytes / USBH_MSC_Info.PageSize; in USBH_MSC_Write10()
284 USBH_CBWData.CBWCB[7] = ((uint8_t *)&nbOfPages)[1]; in USBH_MSC_Write10()
285 USBH_CBWData.CBWCB[8] = ((uint8_t *)&nbOfPages)[0]; in USBH_MSC_Write10()

Completed in 10 milliseconds