LMS 2012
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
c_timer.h File Reference

Go to the source code of this file.

Functions

void cTimerWait (void)
 opTIMER_WAIT byte code More...
 
void cTimerReady (void)
 opTIMER_READY byte code More...
 
void cTimerRead (void)
 opTIMER_READ byte code More...
 
void cTimerReaduS (void)
 opTIMER_READ_US byte code More...
 

Function Documentation

void cTimerRead ( void  )

opTIMER_READ byte code

Definition at line 134 of file c_timer.c.

void cTimerReaduS ( void  )

opTIMER_READ_US byte code

Definition at line 152 of file c_timer.c.

void cTimerReady ( void  )

opTIMER_READY byte code

Definition at line 101 of file c_timer.c.

void cTimerWait ( void  )

opTIMER_WAIT byte code

Definition at line 79 of file c_timer.c.