Changeset 5c75456 in mainline for uspace/drv/bus/usb/xhci/endpoint.h
- Timestamp:
- 2017-12-29T17:11:14Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bf7b747
- Parents:
- 5dfb70c9
- git-author:
- Salmelu <salmelu@…> (2017-12-29 17:10:05)
- git-committer:
- Salmelu <salmelu@…> (2017-12-29 17:11:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/endpoint.h
r5dfb70c9 r5c75456 89 89 /** Maximum number of bursts within an interval that this endpoint supports */ 90 90 uint8_t mult; 91 92 /** Scheduling interval for periodic endpoints */ 93 size_t interval; 91 94 92 95 /** The maximum size of an isochronous transfer and therefore the size of buffers */
Note:
See TracChangeset
for help on using the changeset viewer.