Technical Support
On-Line Manuals
RL-ARM User's Guide (MDK v4)
#include <rl_usb.h> U32 usbh_get_last_error ( U8 ctrl );
The usbh_get_last_error function returns the last error that happened on requested ctrl USB Host Controller.
The usbh_get_last_error function is part of the RL-USB-Host software stack.
The usbh_get_last_error function returns one of the following manifest constants.
usbh_engine, usbh_engine_all, usbh_get_error_string, usbh_init, usbh_init_all, usbh_uninit, usbh_uninit_all
#include <rl_usb.h> int main (void) { .. if (usbh_init(0) == __FALSE) { switch (usbh_get_last_error(0)) { case ERROR_USBH_INIT: ... .. } .. }
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.