Ignore:
Timestamp:
2017-10-05T17:17:09Z (7 years ago)
Author:
Michal Staruch <salmelu@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ae03552e
Parents:
078e0e6
Message:

Basic commands transfer implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/include/usb/host/endpoint.h

    r078e0e6 re9e24f2  
    4545typedef struct endpoint {
    4646        /** Reference count. */
    47         atomic_t refcnt;       
     47        atomic_t refcnt;
    4848        /** Part of linked list. */
    4949        link_t link;
     
    8585                /** Callback to set the value of toggle bit. */
    8686                void (*toggle_set)(void *, int);
     87                /** Device slot id. */
     88                uint8_t slot_id;
    8789        } hc_data;
    8890} endpoint_t;
Note: See TracChangeset for help on using the changeset viewer.