#include <usb_host_task.h>
Data Fields | |
| bit | enable |
| U16 | nb_byte_to_process |
| U16 | nb_byte_processed |
| U16 | nb_byte_on_going |
| U8 * | ptr_buf |
| void(* | handle )(U8 status, U16 nb_byte) |
| U8 | status |
| U8 | timeout |
| U16 | nak_timeout |
Definition at line 24 of file usb_host_task.h.
Definition at line 26 of file usb_host_task.h.
Referenced by host_get_data_interrupt(), host_send_data_interrupt(), usb_general_interrupt(), and usb_pipe_interrupt().
1.5.1-p1