CooCox 1.1.4 on mbed with simple blinky example

Dependencies:   mbed

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...

Functions

void TmrDispose (void)
 Timer counter dispose.
void isr_TmrDispose (void)
 Timer counter dispose in ISR.

Variables

P_TmrCtrl TmrList
U32 TmrIDVessel

Detailed Description

Timer manage header file.

Version:
V1.1.4
Date:
2011.04.20

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

INTERNAL FILE,DON'T PUBLIC.

© COPYRIGHT 2009 CooCox

Definition in file OsTimer.h.


Function Documentation

void isr_TmrDispose ( void   )

Timer counter dispose in ISR.

Parameters:
[in]None
[out]None
Return values:
None
Description

This function is called to dispose timer counter.

Definition at line 434 of file timer.c.

void TmrDispose ( void   )

Timer counter dispose.

Timer counter function.

Parameters:
[in]None
[out]None
Return values:
None
Description

This function is called to dispose timer counter.

Definition at line 394 of file timer.c.


Variable Documentation

Timer ID container.

Definition at line 26 of file timer.c.

A pointer to the timer list.

The header of the TmrCtrl list.

Definition at line 25 of file timer.c.