ostimer_lpc2xxx.c File Reference

Go to the source code of this file.

Defines

#define NUT_TICK_FREQ   1000UL
#define CLK_IN   14745600UL

Typedefs

typedef void(*) PFNCT (void)

Functions

void NutDelay (u_char ms)
 Loop for a specified number of milliseconds.
void NutRegisterTimer (void(*handler)(void *))
 Initialize system timer hardware.
u_long NutGetCpuClock (void)
 Return the CPU clock in Hertz.
u_long NutGetTickClock (void)
 Return the number of system ticks per second.
u_long NutTimerMillisToTicks (u_long ms)
 Calculate system ticks for a given number of milliseconds.


Define Documentation

#define NUT_TICK_FREQ   1000UL

Definition at line 49 of file ostimer_lpc2xxx.c.

#define CLK_IN   14745600UL

Definition at line 56 of file ostimer_lpc2xxx.c.

Referenced by NutGetCpuClock().


Typedef Documentation

typedef void(*) PFNCT(void)

Definition at line 61 of file ostimer_lpc2xxx.c.


© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/