File nut/arch/m68k/coldfire/dev/mcf51cn/mcf51cn_ostimer.c


Included Files


Preprocessor definitions

#define NUT_TICK_FREQ 1000UL

Global Function NutGetTickClock()

uint32_t NutGetTickClock ( void )
Prototyped in: nut/include/arch/timer.h
Called by: NutTimerMillisToTicks() nut/arch/m68k/coldfire/dev/mcf51cn/mcf51cn_ostimer.c

Global Function NutRegisterTimer()

void NutRegisterTimer ( void (*handler)(void*) )
Prototyped in: nut/include/arch/timer.h

Global Function NutTimerMillisToTicks()

uint32_t NutTimerMillisToTicks ( uint32_t ms )
Prototyped in: nut/include/arch/timer.h
Calls: NutGetTickClock() nut/arch/m68k/coldfire/dev/mcf51cn/mcf51cn_ostimer.c
Called by: NutAppMain() nut/app/timers/timers.c