Technical Support
On-Line Manuals
RL-ARM User's Guide (MDK v4)
Device Class Instance (USBH_DCI) structure represents an instance of device that USB Host Core has mounted.
typedef struct { /* Device Class Instance structure */ U8 Protocol; /* Class Protocol */ U8 Port; /* Port Index */ U8 Address; /* Device Address */ U8 Speed; /* Device Speed */ struct { U8 Config : 1; /* Device Configured Status */ U8 Init : 1; /* Device Initialized Status */ }; U32 LastError; /* Last Error */ union { USBH_MSC *ptrMSC; /* Pointer to MSC Device structure */ USBH_HID *ptrHID; /* Pointer to HID Device structure */ void *ptrCLS; /* Pointer to USB Device Class struct */ }; } USBH_DCI;
Explanation of USBH_DCI structure elements:
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.