| Summary |
#include <RTL.h>
#include <rl_usb.h>
BOOL usbh_hw_urb_submit (
U32 hndl,
USBH_URB *ptr_urb
);
|
| Description | The usbh_hw_urb_submit function submits URB (USB request block) to the system. The argument hndl is the handle to endpoint on which communication will take place. The argument ptr_urb is the pointer to URB to be submitted. The usbh_hw_urb_submit function is part of the RL-USB Host software stack. |
| Return Value | The usbh_hw_urb_submit function returns one of the following manifest constants. - __TRUE
Success. - __FALSE
Indicates that URB (USB request block) submission has failed.
|
| See Also | usbh_hw_delay_ms, usbh_hw_ep_add, usbh_hw_ep_config, usbh_hw_ep_remove, usbh_hw_get_capabilities, usbh_hw_get_connect, usbh_hw_get_speed, usbh_hw_init, usbh_hw_pins_config, usbh_hw_port_power, usbh_hw_port_reset, usbh_hw_urb_cancel |