#include <usb/usb.h>
#include "transfer_descriptor.h"
Go to the source code of this file.
Functions | |
| void | td_init (td_t *instance, usb_direction_t dir, void *buffer, size_t size, int toggle) |
Variables | |
| static unsigned | dp [3] |
| static unsigned | togg [2] = { TD_STATUS_T_0, TD_STATUS_T_1 } |
Definition in file transfer_descriptor.c.
1.4.7