Searched refs:deviceExpectedDataLength (Results 1 – 2 of 2) sorted by relevance
60 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 …]
138 …uint32_t deviceExpectedDataLength; /*!< The number of bytes of data that the device expects to tra… member