Changeset c6f82e5 in mainline for uspace/lib/usbhost/include/usb/host/usb_transfer_batch.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/usb_transfer_batch.h
r69b2dfee rc6f82e5 52 52 typedef struct bus bus_t; 53 53 54 /** How many toggles need to be reset */55 typedef enum {56 RESET_NONE,57 RESET_EP,58 RESET_ALL59 } toggle_reset_mode_t;60 61 54 /** Structure stores additional data needed for communication with EP */ 62 55 typedef struct usb_transfer_batch { … … 81 74 uint64_t packed; 82 75 } setup; 83 84 /** Resetting the Toggle */85 toggle_reset_mode_t toggle_reset_mode;86 76 87 77 /** Place for data to send/receive */
Note:
See TracChangeset
for help on using the changeset viewer.