#include <pipes.h>
Data Fields | |
| const usb_endpoint_description_t * | description |
| Endpoint description. | |
| usb_standard_endpoint_descriptor_t * | descriptor |
| Found descriptor fitting the description. | |
| usb_standard_interface_descriptor_t * | interface |
| Interface descriptor the endpoint belongs to. | |
| int | interface_no |
| Interface number the endpoint must belong to (-1 for any). | |
| int | interface_setting |
| Alternate interface setting to choose. | |
| usb_pipe_t * | pipe |
| Endpoint pipe. | |
| bool | present |
| Whether the endpoint was actually found. | |
Definition at line 140 of file pipes.h.
1.4.7