Name

usb_pipe_open — Opens a pipe on a given endpoint

Synopsis

extern usb_pipe_t* usb_pipe_open(struct usb_endpoint_s* act_endpoint, unsigned long behaviour_control, int* result);

Arguments

act_endpoint Endpoint to open the pipe on
behaviour_control behaviour flags for pipe
result Pointer to result@result New endpoint

Description

Opens a pipe on a given endpoint

See Also

USB_PipeOpen (SWI&5538B), USB_PIPE_OPEN_SHARED