Changeset 1102eca in mainline for uspace/lib/usbhost/src/bandwidth.c
- Timestamp:
- 2018-01-08T17:17:38Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bdd8842c
- Parents:
- eb928c4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/bandwidth.c
reb928c4 r1102eca 42 42 #include "bandwidth.h" 43 43 44 /** Calculate bandwidth that needs to be reserved for communication with EP. 44 /** 45 * Calculate bandwidth that needs to be reserved for communication with EP. 45 46 * Calculation follows USB 1.1 specification. 46 47 * @param ep Registered endpoint … … 95 96 } 96 97 97 /** Calculate bandwidth that needs to be reserved for communication with EP. 98 /** 99 * Calculate bandwidth that needs to be reserved for communication with EP. 98 100 * Calculation follows USB 2.0 specification, chapter 5.11.3. 99 101 *
Note:
See TracChangeset
for help on using the changeset viewer.