#include <assert.h>
#include <adt/list.h>
#include <usb/host/endpoint.h>
#include "hw_struct/endpoint_descriptor.h"
#include "hw_struct/transfer_descriptor.h"
Go to the source code of this file.
Data Structures | |
struct | hcd_endpoint |
Connector structure linking ED to to prepared TD. More... | |
Typedefs | |
typedef hcd_endpoint | hcd_endpoint_t |
Connector structure linking ED to to prepared TD. | |
Functions | |
hcd_endpoint_t * | hcd_endpoint_assign (endpoint_t *ep) |
Creates new hcd endpoint representation. | |
void | hcd_endpoint_clear (endpoint_t *ep) |
Disposes assigned hcd endpoint structure. | |
static hcd_endpoint_t * | hcd_endpoint_get (endpoint_t *ep) |
Get and convert assigned hcd_endpoint_t structure. |
Definition in file hcd_endpoint.h.