Search Code
About CoOS

Published 03 Dec 2010.

Last change message: Some basic LED-Flashing works in the CoOS-RTOS using Tasks

Import this program

CoOS

Published 03 Dec 2010, by   user Eric Ebert   tag CoOS, rtos
Embed: (wiki syntax)

« Back to documentation index

OsTimer.h File Reference

OsTimer.h File Reference

Timer manage header file. More...

Go to the source code of this file.

Data Structures

struct  tmrCtrl
 Timer control block. More...

Defines

#define TMR_STATE_RUNNING   0
#define TMR_STATE_STOPPED   1

Functions

void TmrDispose (void)

Variables

P_TmrCtrl TmrList

Detailed Description

Timer manage header file.

Version:
V1.1.3
Date:
2010.04.26

This file including some declares and defines related to timer management.

INTERNAL FILE,DON'T PUBLIC.

© COPYRIGHT 2009 CooCox

Definition in file OsTimer.h.


Define Documentation

#define TMR_STATE_RUNNING   0

Timer State: Running

Definition at line 21 of file OsTimer.h.

#define TMR_STATE_STOPPED   1

Timer State: Stopped

Definition at line 22 of file OsTimer.h.


Function Documentation

void TmrDispose ( void   )

Timer counter function.


Variable Documentation

A pointer to the timer list.