LMS 2012
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
c_timer.c File Reference
#include "lms2012.h"
#include "c_timer.h"
#include <time.h>
#include <sys/time.h>

Go to the source code of this file.

Functions

ULONG cTimerGetmS (void)
 
ULONG cTimerGetuS (void)
 
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

ULONG cTimerGetmS ( void  )

Definition at line 36 of file c_timer.c.

ULONG cTimerGetuS ( void  )

Definition at line 49 of file c_timer.c.

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.