Changeset c61338a in mainline for uspace/drv/uhci-hcd/hw_struct/transfer_descriptor.h
- Timestamp:
- 2011-03-23T10:15:13Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5bf82ee
- Parents:
- 20a1e76
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/hw_struct/transfer_descriptor.h
r20a1e76 rc61338a 108 108 } 109 109 /*----------------------------------------------------------------------------*/ 110 /** Check whether less than max data were rec ieved and packet is marked as SPD.110 /** Check whether less than max data were received on SPD marked transfer. 111 111 * 112 112 * @param[in] instance TD structure to use. 113 * @return True if packet is short (less than max bytes and SPD set), false114 * 113 * @return True if data packet is short (less than max bytes and SPD set), 114 * false otherwise. 115 115 */ 116 116 static inline bool td_is_short(td_t *instance)
Note:
See TracChangeset
for help on using the changeset viewer.