Ignore:
Timestamp:
2011-09-16T10:18:16Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
25d224c6
Parents:
8b54fe6
Message:

libusbhost: Add batch direction function and doxygen comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/src/usb_transfer_batch.c

    r8b54fe6 rdb2cb04  
    7878}
    7979/*----------------------------------------------------------------------------*/
    80 /** Mark batch as finished and continue with next step.
     80/** Mark batch as finished and run callback.
    8181 *
    8282 * @param[in] instance Batch structure to use.
    83  *
     83 * @param[in] data Data to copy to the output buffer.
     84 * @param[in] size Size of @p data.
    8485 */
    8586void usb_transfer_batch_finish(
Note: See TracChangeset for help on using the changeset viewer.