cdc_task.h File Reference

,vThis file contains the function declarations More...

#include "config.h"

Include dependency graph for cdc_task.h:

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

Go to the source code of this file.

Functions

void sof_action (void)
 sof_action


Detailed Description

,vThis file contains the function declarations

Copyright (c) 2004 Atmel.

Please read file license.txt for copyright notice.

Version:
1.1 at90usb162-cdc-1_0_1
Id
cdc_task.h,v 1.1 2006/09/08 10:55:11 rletendu Exp
Todo:
Bug:

Definition in file cdc_task.h.


Function Documentation

void sof_action (  ) 

sof_action

This function increments the cpt_sof counter each times the USB Start Of Frame interrupt subroutine is executed (1ms) Usefull to manage time delays

Warning:
Code:?? bytes (function code length)
Parameters:
none 
Returns:
none

Definition at line 141 of file cdc_task.c.

00142 {
00143    cpt_sof++;
00144 }


Generated on Fri Jun 15 14:15:35 2007 for Atmel by  doxygen 1.5.1-p1