cdc_task.h File Reference

#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)


Detailed Description

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

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 178 of file cdc_task.c.

00179 {
00180    cpt_sof++;
00181 }


Generated on Fri Sep 11 14:25:28 2009 for ATMEL by  doxygen 1.5.3