Technical Support
On-Line Manuals
RL-ARM User's Guide (MDK v4)
Transaction Error Type constants represent various transaction errors specified by a numerical value.
/* USB Host Transaction Error Type */ enum { USBH_TR_NO_ERROR = 0, /* No error */ USBH_TR_ERROR_BSTUFF = 1, /* Bit stuff error */ USBH_TR_ERROR_PID = 2, /* PID check error */ USBH_TR_ERROR_CRC = 3, /* CRC error */ USBH_TR_ERROR_BUSTT = 4, /* Bus Turn-around Time error */ USBH_TR_ERROR_FEOP = 4, /* False EOP error */ USBH_TR_ERROR_BABBLE = 4, /* Babble or Loss of Activity error */ USBH_TR_ERROR_EOF = 5, /* Transaction during EOF error */ USBH_TR_ERROR_DOVER = 6, /* Data Overrun error */ USBH_TR_ERROR_DUNDER = 7, /* Data Underrun error */ USBH_TR_ERROR_OTHER = 8, /* Other errors */ };
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.