zephyr/include/usb/class
Michael Hope 0d04aef6fe usb: hid: add a INT IN transfer complete callback.
int_in_ready is an optional callback that is called when the current
interrupt IN transfer has completed.  This can be used to wait for the
endpoint to go idle or to trigger the next transfer.

This is needed for protocols like FIDO U2F that use the interrupt
endpoint for transfers.

Signed-off-by: Michael Hope <mlhx@google.com>
2018-04-06 23:06:07 -04:00
..
usb_cdc.h usb: cdc: Remove duplicated class code 2018-02-05 06:39:50 -08:00
usb_hid.h usb: hid: add a INT IN transfer complete callback. 2018-04-06 23:06:07 -04:00
usb_msc.h usb: msc: Remove duplicated class code 2018-02-05 06:39:50 -08:00