|
ButterflyMP3
|
AVR Butterfly Timer0 routines. More...
#include <avr/io.h>#include <inttypes.h>#include <avr/interrupt.h>#include "main.h"#include "types.h"#include "timer0.h"
Go to the source code of this file.
Functions | |
| void | Timer0_Init (void) |
Variables | |
| TIMER_CALLBACK_FUNC | CallbackFunc [4] |
| uint8_t | CountDownTimers [4] |
AVR Butterfly Timer0 routines.
Target(s)...: ATmega169 Compiler....: AVR-GCC 3.3.1; avr-libc 1.0 Revisions...: 1.0
YYYYMMDD - VER. - COMMENT - SIGN. 20030116 - 1.0 - Created - KS 20031009 port to avr-gcc/avr-libc - M.Thomas
Definition in file timer0.c.
| void Timer0_Init | ( | void | ) |
Definition at line 49 of file timer0.c.
References CallbackFunc, CountDownTimers, NULL, TIMER0_NUM_CALLBACKS, and TIMER0_NUM_COUNTDOWNTIMERS.
Referenced by init_HW().
Definition at line 32 of file timer0.c.
Referenced by Timer0_Init().
| uint8_t CountDownTimers[4] |
Definition at line 40 of file timer0.c.
Referenced by Timer0_Init().