#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 | |
Copyright (c) 2004 Atmel.
Please read file license.txt for copyright notice.
Definition in file cdc_task.h.
| 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
| none |
Definition at line 141 of file cdc_task.c.
00142 { 00143 cpt_sof++; 00144 }
1.5.1-p1