timer8_drv.c File Reference

,vThis file contains the low level functions (drivers) of: More...

#include "config.h"
#include "timer8_drv.h"

Include dependency graph for timer8_drv.c:

Go to the source code of this file.

Functions

U8 timer8_get_counter (void)
 This function READ the 8-bit TIMER counter.


Detailed Description

,vThis file contains the low level functions (drivers) of:

Copyright (c) 2006 Atmel.

Use of this program is subject to Atmel's End User License Agreement. Please read file license.txt for copyright notice.

This file can be parsed by Doxygen for automatic documentation generation.

Version:
1.1 at90usb162-cdc-1_0_1
Todo:
Bug:

Definition in file timer8_drv.c.


Function Documentation

U8 timer8_get_counter ( void   ) 

This function READ the 8-bit TIMER counter.

"Call" compatible with 16-bit Timers drivers.

Warning:
Parameters:
 
Returns:
8-bit counter value

Definition at line 43 of file timer8_drv.c.

References Timer8_get_counter.

00044 {
00045     U8 u8_temp;
00046 
00047     u8_temp = Timer8_get_counter();
00048 
00049     return u8_temp;
00050 }


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