#define NUT_TIMER_CRYSTAL NUT_CPU_FREQ
#define NUT_TIMER_PRESCALE 128
#define OCR_VALUE
#define NUT_TICK_FREQ
#define TCCR_FLAGS
#define TCCRx TCCR0
#define TCNTx TCNT0
#define OCRx OCR0
#define TIFR_OCFx
#define TIFR_TOVx
#define sig_TIMER sig_OUTPUT_COMPARE0
Used in: | NutDelay() | |
NutGetCpuClock() | ||
NutRegisterTimer() |
Prototyped in: | nut/include/arch/timer.h | |
Called by: | NutGetMillis() | nut/os/timer.c |
NutGetSeconds() | nut/os/timer.c | |
NutTimerMillisToTicks() | nut/arch/avr/dev/ostimer.c |
Prototyped in: | nut/include/arch/timer.h | |
Calls: | NutRegisterIrqHandler() | nut/dev/ihndlr.c |
Called by: | NutTimerInit() | nut/os/timer.c |
References Variables: | cpu_clock | nut/arch/avr/dev/ostimer.c |
Prototyped in: | nut/include/arch/timer.h | |
Calls: | NutGetTickClock() | nut/arch/avr/dev/ostimer.c |
Called by: | NutTimerStart() | nut/os/timer.c |