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

00201 {
00202    cpt_sof++;
00203 }


Generated on Mon Sep 14 13:51:27 2009 for ATMEL by  doxygen 1.5.3