BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions | Variables
timer.h File Reference

Go to the source code of this file.

Functions

void F_TimerInit (void)
void F_TimerSvc (void)
void F_TimerTimerSet (INT8U TimerNumber, INT32U Frequence)

Variables

unsigned char TimeTick
volatile unsigned int Timer2Counter

Function Documentation

void F_TimerInit ( void  )

Definition at line 22 of file timer.c.

void F_TimerSvc ( void  )

Definition at line 31 of file timer.c.

void F_TimerTimerSet ( INT8U  TimerNumber,
INT32U  Frequence 
)

Definition at line 32 of file timer.c.


Variable Documentation

volatile unsigned int Timer2Counter

Definition at line 12 of file timer.c.

unsigned char TimeTick

Definition at line 11 of file timer.c.