Changeset f567bcf in mainline for uspace/lib/usb/include/usb/host/endpoint.h
- Timestamp:
- 2011-04-06T22:02:17Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4ca18ae
- Parents:
- 8dc762e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/host/endpoint.h
r8dc762e0 rf567bcf 47 47 size_t max_packet_size; 48 48 bool active; 49 inttoggle:1;49 unsigned toggle:1; 50 50 } endpoint_t; 51 51 … … 55 55 void endpoint_destroy(endpoint_t *instance); 56 56 57 int endpoint_toggle_get(endpoint_t *instance); 58 59 void endpoint_toggle_set(endpoint_t *instance, int toggle); 60 57 61 void endpoint_toggle_reset(link_t *ep); 62 58 63 59 64 #endif
Note:
See TracChangeset
for help on using the changeset viewer.