#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: | NutArchClockGet() | |
NutRegisterTimer() |
Prototyped in: | nut/include/arch/timer.h | |
References Variables: | cpu_clock | nut/arch/avr/dev/ostimer.c |
Prototyped in: | nut/include/arch/timer.h | |
Called by: | NutTimerMillisToTicks() | nut/arch/avr/dev/ostimer.c |
Prototyped in: | nut/include/arch/timer.h | |
Calls: | NutRegisterIrqHandler() | |
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 |