usb_pipe_open — Opens a pipe on a given endpoint
extern usb_pipe_t* usb_pipe_open(struct usb_endpoint_s* act_endpoint, unsigned long behaviour_control, int* result);
| act_endpoint Endpoint to open the pipe on |
| behaviour_control behaviour flags for pipe |
| result Pointer to result@result New endpoint |
Opens a pipe on a given endpoint