Lines Matching full:transfer
36 * The following macro will tell if an USB transfer is currently
86 * The following structure defines a set of internal USB transfer
94 uint8_t transferring:1; /* set if an USB transfer is in
97 uint8_t did_close:1; /* set if we closed the USB transfer */
99 * transfer */
102 uint8_t control_xfr:1; /* set if control transfer */
105 uint8_t control_act:1; /* set if control transfer is active */
106 uint8_t control_stall:1; /* set if control transfer should be stalled */
119 uint8_t isochronous_xfr:1; /* set if isochronous transfer */
121 uint8_t can_cancel_immed:1; /* set if USB transfer can be
129 * The following structure defines an USB transfer.
161 usb_frcount_t nframes; /* number of USB frames to transfer */