Changeset c6f82e5 in mainline for uspace/lib/usbhost/include/usb/host/endpoint.h
- Timestamp:
- 2018-01-19T20:56:14Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7ec7b7e
- Parents:
- 69b2dfee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/endpoint.h
r69b2dfee rc6f82e5 61 61 /** Reserved bandwidth. */ 62 62 size_t bandwidth; 63 /** Value of the toggle bit. Untouched by the library. */64 unsigned toggle:1;65 63 /** The currently active transfer batch. Write using methods, read under guard. */ 66 64 usb_transfer_batch_t *active_batch;
Note:
See TracChangeset
for help on using the changeset viewer.