Searched refs:nbOfPages (Results 1 – 1 of 1) sorted by relevance
212 uint16_t nbOfPages; in USBH_MSC_Read10() local228 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() local283 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