Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

main.c File Reference

Copyright (c) 2004 Main program for SND3. More...

#include "config.h"
#include "conf\conf_usb.h"

Go to the source code of this file.

Functions

void scheduler (void)
 Init & run the scheduler.

void main (void)
 Main user routine.


Detailed Description

Copyright (c) 2004 Main program for SND3.

Please read file license.txt for copyright notice.

Version:
1.3 (c5131-usb-generic-1_2_0)

Todo:
Bug:

Definition in file main.c.


Function Documentation

void scheduler void   ) 
 

Init & run the scheduler.

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

Definition at line 171 of file scheduler.c.

Referenced by main().

00172 { 00173 scheduler_init(); 00174 scheduler_tasks(); 00175 }

void main void   ) 
 

Main user routine.

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

Definition at line 30 of file main.c.

References scheduler(), and Set_x2_mode.

00031 { 00032 Set_x2_mode(); 00033 scheduler(); 00034 }


Generated on Mon Apr 10 17:23:30 2006 for Atmel by doxygen 1.3.7