#include <usb_host_task.h>
Data Fields | |
bool | enable |
Pipe_handler * | handler |
U16 | nak_timeout |
U16 | nb_byte_on_going |
U16 | nb_byte_processed |
U16 | nb_byte_to_process |
void * | ptr_buf |
Status_t | status |
U8 | timeout |
bool S_pipe_int::enable |
Pipe_handler* S_pipe_int::handler |
Referenced by host_get_data_interrupt(), host_send_data_interrupt(), usb_general_interrupt(), and usb_pipe_interrupt().
U16 S_pipe_int::nak_timeout |
Referenced by host_get_data_interrupt(), host_send_data_interrupt(), and usb_pipe_interrupt().
U16 S_pipe_int::nb_byte_on_going |
Referenced by host_send_data_interrupt(), and usb_pipe_interrupt().
U16 S_pipe_int::nb_byte_processed |
Referenced by host_get_data_interrupt(), host_send_data_interrupt(), and usb_pipe_interrupt().
U16 S_pipe_int::nb_byte_to_process |
Referenced by host_get_data_interrupt(), host_send_data_interrupt(), and usb_pipe_interrupt().
void* S_pipe_int::ptr_buf |
Referenced by host_get_data_interrupt(), and host_send_data_interrupt().
Status_t S_pipe_int::status |
Referenced by usb_general_interrupt(), and usb_pipe_interrupt().
U8 S_pipe_int::timeout |
Referenced by host_get_data_interrupt(), host_send_data_interrupt(), reset_it_pipe_str(), and usb_pipe_interrupt().