timer8_drv.c

Go to the documentation of this file.
00001 //******************************************************************************
00019 //******************************************************************************
00020 
00021 //_____ I N C L U D E S ________________________________________________________
00022 #include "config.h"
00023 #include "timer8_drv.h"
00024 
00025 //_____ D E F I N I T I O N S __________________________________________________
00026 
00027 //_____ D E C L A R A T I O N S ________________________________________________
00028 
00029 //_____ F U N C T I O N S ______________________________________________________
00030 
00031 //------------------------------------------------------------------------------
00032 //  @fn timer8_get_counter
00042 //------------------------------------------------------------------------------
00043 U8 timer8_get_counter(void)
00044 {
00045     U8 u8_temp;
00046 
00047     u8_temp = Timer8_get_counter();
00048 
00049     return u8_temp;
00050 }
00051 

Generated on Fri Jun 15 14:15:32 2007 for Atmel by  doxygen 1.5.1-p1