summaryrefslogtreecommitdiff
path: root/AT91SAM7S256/Source/d_timer.h
blob: bf01b25b07eccd29294fd0d367987946a5cfa3d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//
// Date init       14.12.2004
//
// Revision date   $Date:: 16-05-06 10:18                                    $
//
// Filename        $Workfile:: d_timer.h                                     $
//
// Version         $Revision:: 2                                             $
//
// Archive         $Archive:: /LMS2006/Sys01/Main/Firmware/Source/d_timer.h  $
//
// Platform        C
//
 

#ifndef   D_TIMER
#define   D_TIMER

void      dTimerInit(void);
ULONG     dTimerRead(void);
void      dTimerExit(void);

#endif