host_template_task.h File Reference

#include "config.h"

Include dependency graph for host_template_task.h:

This graph shows which files directly or indirectly include this file:

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)


Detailed Description

This file contains the function declarations for usb host task application - Compiler: IAR EWAVR and GNU GCC for AVR

Definition in file host_template_task.h.


Function Documentation

void call_back_template_1 ( U8  status,
U16  nb_byte 
)

Definition at line 195 of file host_template_task.c.

References call_back_template_2(), host_get_data_interrupt(), PIPE_GOOD, pipe_in, and tab.

00196 {
00197    if (status==PIPE_GOOD)
00198    {
00199       host_get_data_interrupt(pipe_in,64,tab,call_back_template_2);
00200    }
00201 
00202 }

Here is the call graph for this function:

void call_back_template_2 ( U8  status,
U16  nb_byte 
)

Definition at line 204 of file host_template_task.c.

References busy, FALSE, and PIPE_GOOD.

00205 {
00206    if (status==PIPE_GOOD)
00207    {
00208       busy=FALSE;
00209    }
00210 }


Generated on Mon Nov 3 10:08:24 2008 for ATMEL by  doxygen 1.5.3