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/util/start_boot.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 92 of file main.c.

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

00093 {
00094    start_boot_if_required();
00095    wdtdrv_disable();
00096    Clear_prescaler();
00097    scheduler();
00098    return 0;
00099 }

Here is the call graph for this function:

char __low_level_init (  ) 

Definition at line 113 of file main.c.

References Clear_prescaler.

00114 {
00115   Clear_prescaler();
00116   return 1;
00117 }


Generated on Mon Sep 14 13:54:01 2009 for ATMEL by  doxygen 1.5.3