#include "utils/malloc32.h"
#include "hcd_endpoint.h"
Go to the source code of this file.
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 int | hcd_ep_toggle_get (void *hcd_ep) |
| Callback to get value of toggle bit. | |
| static void | hcd_ep_toggle_set (void *hcd_ep, int toggle) |
| Callback to set toggle on ED. | |
Definition in file hcd_endpoint.c.
1.4.7