Name

usb_endpoint_information — Returns information about a given endpoint.

Synopsis

extern int usb_endpoint_information(unsigned long* function_address_array, int no_of_array_elements, void* act_device, int* result);

Arguments

function_address_array array to place info about endpoint
no_of_array_elements array size
act_device device
result pointer to result code

Description

Returns information about a given endpoint.

Return Values

result

See Also

USB_EndpointInformation (SWI&55396)