Changeset 4e732f1a in mainline for uspace/lib/usbdev/include/usb/dev/pipes.h
- Timestamp:
- 2014-01-24T02:10:16Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 42de21a
- Parents:
- 3de7a62
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/pipes.h
r3de7a62 r4e732f1a 61 61 size_t max_packet_size; 62 62 63 /** Number of packets per frame/uframe. 64 * Only valid for HS INT and ISO transfers. All others should set to 1*/ 65 unsigned packets; 66 63 67 /** Whether to automatically reset halt on the endpoint. 64 68 * Valid only for control endpoint zero. … … 105 109 106 110 int usb_pipe_initialize(usb_pipe_t *, usb_endpoint_t, usb_transfer_type_t, 107 size_t, usb_direction_t, u sb_dev_session_t *);111 size_t, usb_direction_t, unsigned, usb_dev_session_t *); 108 112 int usb_pipe_initialize_default_control(usb_pipe_t *, usb_dev_session_t *); 109 113
Note:
See TracChangeset
for help on using the changeset viewer.