The usbh_transfer function is used for transferring data
over the USB bus. The argument ctrl is the index of USB Host
Controller. The argument ptr_ep is the pointer to the endpoint
used for transfer of data. The argument ptr_urb is the pointer
to the URB (universal request block) containing information about
transfer. The argument tout is a timeout for the transfer,
specified in milliseconds.
The usbh_init function is part of the RL-USB Host
Software Stack.
Return Value
The usbh_init function returns one of the following
manifest constants.
__TRUE
Success.
__FALSE
Indicates that function has failed. Function usbh_get_last_error
can be called to determine reason of function failure.
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.