usb_pipe_open

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

Description

Opens a pipe on a given endpoint

Return Values

Opened pipe

See Also

USB_PipeOpen (SWI&5538B), USB_PIPE_OPEN_SHARED, USB_PIPE_OPEN_EXCLUSIVE, USB_PIPE_CLEAR_TOGGLE