Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_msc_ufi.c60 if (mscCheckEvent->deviceExpectedDataLength == 0U) in USB_DeviceMscUfiThirteenCasesCheck()
74 if (mscCheckEvent->deviceExpectedDataLength == 0U) in USB_DeviceMscUfiThirteenCasesCheck()
78 mscCheckEvent->hostExpectedDataLength - mscCheckEvent->deviceExpectedDataLength; in USB_DeviceMscUfiThirteenCasesCheck()
80 mscCheckEvent->deviceExpectedDataLength); in USB_DeviceMscUfiThirteenCasesCheck()
96 if (mscCheckEvent->hostExpectedDataLength > mscCheckEvent->deviceExpectedDataLength) in USB_DeviceMscUfiThirteenCasesCheck()
100 mscCheckEvent->hostExpectedDataLength - mscCheckEvent->deviceExpectedDataLength; in USB_DeviceMscUfiThirteenCasesCheck()
109 mscCheckEvent->deviceExpectedDataLength); in USB_DeviceMscUfiThirteenCasesCheck()
124 … else if (mscCheckEvent->hostExpectedDataLength == mscCheckEvent->deviceExpectedDataLength) in USB_DeviceMscUfiThirteenCasesCheck()
134 mscCheckEvent->deviceExpectedDataLength); in USB_DeviceMscUfiThirteenCasesCheck()
208 if (0U == mscCheckEvent->deviceExpectedDataLength) in USB_DeviceMscUfiThirteenCasesCheck()
[all …]
Dusb_device_msc.h138 …uint32_t deviceExpectedDataLength; /*!< The number of bytes of data that the device expects to tra… member