#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 | |
| Called by: | At91MciClockDiv() | nut/arch/arm/dev/atmel/at91_mci.c |
| References Variables: | cpu_clock | nut/arch/avr/dev/ostimer.c |
| Prototyped in: | nut/include/arch/timer.h | |
| 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 | |
| Called by: | NutAppMain() | nut/app/timers/timers.c |