#include "config.h"
Go to the source code of this file.
Functions | |
void | call_back_template_1 (U8 status, U16 nb_byte) |
void | call_back_template_2 (U8 status, U16 nb_byte) |
Definition in file host_template_task.h.
Definition at line 198 of file host_template_task.c.
References call_back_template_2(), host_get_data_interrupt(), PIPE_GOOD, pipe_in, and tab.
00199 { 00200 if (status==PIPE_GOOD) 00201 { 00202 host_get_data_interrupt(pipe_in,64,tab,call_back_template_2); 00203 } 00204 00205 }