Technical Support
On-Line Manuals
RL-ARM User's Guide (MDK v4)
Transaction Packet Type constants represent various packet types specified by a numerical value.
/* USB Host Packet Type constants */ enum { USBH_PACKET_OUT = 1, /* OUT token packet */ USBH_PACKET_IN = 9, /* IN token packet */ USBH_PACKET_SOF = 5, /* SOF token packet */ USBH_PACKET_SETUP = 13, /* SETUP token packet */ USBH_PACKET_DATA0 = 3, /* DATA0 data packet */ USBH_PACKET_DATA1 = 11, /* DATA1 data packet */ USBH_PACKET_DATA2 = 7, /* DATA2 data packet */ USBH_PACKET_MDATA = 15, /* MDATA data packet */ USBH_PACKET_ACK = 2, /* ACK handshake packet */ USBH_PACKET_NAK = 10, /* NAK handshake packet */ USBH_PACKET_STALL = 14, /* STALL handshake packet */ USBH_PACKET_NYET = 6, /* NYET handshake packet */ USBH_PACKET_PRE = 12, /* PRE special packet (token) */ USBH_PACKET_ERR = 12, /* ERR special packet (handshake) */ USBH_PACKET_SPLIT = 8, /* SPLIT special packet (token) */ USBH_PACKET_PING = 4, /* PING special packet (token) */ USBH_PACKET_RESERVED = 0 /* Reserved packet */ };
Cookie Settings | Terms of Use | Privacy | Accessibility | Trademarks | Contact Us | Feedback
Copyright © 2005-2019 Arm Limited (or its affiliates). All rights reserved.
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.
Change Settings
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.