Changeset 1102eca in mainline for uspace/lib/usbhost/src/bandwidth.c


Ignore:
Timestamp:
2018-01-08T17:17:38Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bdd8842c
Parents:
eb928c4
Message:

usbhost: documentation & cleanup

File:
1 edited

Legend:

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

    reb928c4 r1102eca  
    4242#include "bandwidth.h"
    4343
    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.
    4546 * Calculation follows USB 1.1 specification.
    4647 * @param ep Registered endpoint
     
    9596}
    9697
    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.
    98100 * Calculation follows USB 2.0 specification, chapter 5.11.3.
    99101 *
Note: See TracChangeset for help on using the changeset viewer.