Ignore:
Timestamp:
2014-01-24T02:10:16Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
42de21a
Parents:
3de7a62
Message:

usb: Add support for multiple packets per microframe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/include/usb/dev/pipes.h

    r3de7a62 r4e732f1a  
    6161        size_t max_packet_size;
    6262
     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
    6367        /** Whether to automatically reset halt on the endpoint.
    6468         * Valid only for control endpoint zero.
     
    105109
    106110int usb_pipe_initialize(usb_pipe_t *, usb_endpoint_t, usb_transfer_type_t,
    107     size_t, usb_direction_t, usb_dev_session_t *);
     111    size_t, usb_direction_t, unsigned, usb_dev_session_t *);
    108112int usb_pipe_initialize_default_control(usb_pipe_t *, usb_dev_session_t *);
    109113
Note: See TracChangeset for help on using the changeset viewer.