The usbh_hw_ep_remove function removes endpoint from the system thus releasing resources for another endpoint. The argument hndl is the handle to previously added endpoint.
The usbh_hw_ep_remove function is part of the RL-USB Host software stack.
Return Value
The usbh_hw_ep_remove function returns one of the following manifest constants.
__TRUE Success.
__FALSE Indicates that endpoint removal has failed.