aversive_10-03-12/modules/hardware/timer/timer_intr.h File Reference

#include <aversive/parts.h>

Go to the source code of this file.

Typedefs

typedef void(* timer_callback_t )(void)

Functions

void timer_intr_init (void)

Variables

volatile timer_callback_t timer_OV_callback_table [SIG_OVERFLOW_TOTAL_NUM]
volatile timer_callback_t timer_OC_callback_table [SIG_OUTPUT_COMPARE_TOTAL_NUM]


Typedef Documentation

typedef void(* timer_callback_t)(void)

Definition at line 24 of file timer_intr.h.


Function Documentation

void timer_intr_init ( void   ) 

Definition at line 146 of file timer_intr.c.

References timer_OC_callback_table, and timer_OV_callback_table.

Referenced by timer_init().


Variable Documentation

volatile timer_callback_t timer_OC_callback_table[SIG_OUTPUT_COMPARE_TOTAL_NUM]

Definition at line 34 of file timer_intr.c.

Referenced by timer_intr_init().

volatile timer_callback_t timer_OV_callback_table[SIG_OVERFLOW_TOTAL_NUM]

Definition at line 33 of file timer_intr.c.

Referenced by timer_intr_init().


Generated on Fri Mar 12 06:32:07 2010 for AVR by  doxygen 1.5.6