E:/Projects/AvrLib/include/TimerServices.h File Reference

#include "task.h"

Include dependency graph for TimerServices.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  tservice

Typedefs

typedef struct tservice TSERVICE

Functions

TSERVICENewTimerService (unsigned t, unsigned m, void *arg, void(*cb)(void *))
void DeleteTimerService (TSERVICE *pTS)
void StartTimer (TSERVICE *pTS)
void KillTimer (TSERVICE *pTS)
void InitTimerServices (void)

Variables

ECBTimerServicesSem


Typedef Documentation

typedef struct tservice TSERVICE

Definition at line 13 of file TimerServices.h.


Function Documentation

void DeleteTimerService ( TSERVICE pTS  ) 

Definition at line 71 of file TimerServices.c.

References free.

void InitTimerServices ( void   ) 

void KillTimer ( TSERVICE pTS  ) 

Definition at line 91 of file TimerServices.c.

References Disable(), Enable(), tservice::next, and tservice::prev.

TSERVICE* NewTimerService ( unsigned  t,
unsigned  m,
void *  arg,
void(*)(void *)  cb 
)

void StartTimer ( TSERVICE pTS  ) 

Definition at line 76 of file TimerServices.c.

References Disable(), Enable(), tservice::next, and tservice::prev.


Variable Documentation

Definition at line 12 of file TimerServices.c.


Generated on Sun Aug 31 13:30:52 2008 for FrankenRTOS by  doxygen 1.5.6