Searched refs:USB_LONG_FROM_LITTLE_ENDIAN (Results 1 – 3 of 3) sorted by relevance
155 #define USB_LONG_FROM_LITTLE_ENDIAN(n) SWAP2BYTE_CONST(n) macro228 #define USB_LONG_FROM_LITTLE_ENDIAN(n) (n) macro
669 length = ((USB_LONG_FROM_LITTLE_ENDIAN(control)) >> 16U) & 0x3FFU; in USB_DeviceKhciInterruptTokenDone()672 …isSetup = (USB_KHCI_BDT_DEVICE_SETUP_TOKEN == ((uint8_t)(((USB_LONG_FROM_LITTLE_ENDIAN(control)) >… in USB_DeviceKhciInterruptTokenDone()799 uint8_t *buffer = (uint8_t *)USB_LONG_FROM_LITTLE_ENDIAN( in USB_DeviceKhciInterruptTokenDone()
677 …mscHandle->mscCbw->dataTransferLength = USB_LONG_FROM_LITTLE_ENDIAN(mscHandle->mscCbw->dataTransfe… in USB_DeviceMscBulkOut()