main.c File Reference

#include "config.h"
#include "modules/scheduler/scheduler.h"
#include "lib_mcu/wdt/wdt_drv.h"
#include "lib_mcu/power/power_drv.h"
#include "lib_mcu/usb/usb_drv.h"

Include dependency graph for main.c:

Go to the source code of this file.

Functions

int main (void)
Procedure to speed up the startup code
This one increment the CPU clock before RAM initialisation

char __low_level_init ()


Detailed Description

Main for USB application.

Author:
Atmel Corporation: http://www.atmel.com
Support and FAQ: http://support.atmel.no/

Definition in file main.c.


Function Documentation

int main ( void   ) 

Definition at line 86 of file main.c.

References Clear_prescaler, scheduler(), Usb_enable_regulator, and wdtdrv_disable().

00087 {
00088    Usb_enable_regulator();
00089    wdtdrv_disable();
00090    Clear_prescaler();
00091 
00092    scheduler();
00093    return 0;
00094 }

Here is the call graph for this function:

char __low_level_init (  ) 

Definition at line 108 of file main.c.

References Clear_prescaler.

00109 {
00110   Clear_prescaler();
00111   return 1;
00112 }


Generated on Fri Sep 11 14:41:52 2009 for ATMEL by  doxygen 1.5.3