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 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 }

Here is the call graph for this function:

void call_back_template_2 ( U8  status,
U16  nb_byte 
)

Definition at line 207 of file host_template_task.c.

References busy, FALSE, and PIPE_GOOD.

00208 {
00209    if (status==PIPE_GOOD)
00210    {
00211       busy=FALSE;
00212    }
00213 }


Generated on Mon Sep 14 13:24:11 2009 for ATMEL by  doxygen 1.5.3