#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 void(* timer_callback_t)(void) |
Definition at line 24 of file timer_intr.h.
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().
volatile timer_callback_t timer_OC_callback_table[SIG_OUTPUT_COMPARE_TOTAL_NUM] |
volatile timer_callback_t timer_OV_callback_table[SIG_OVERFLOW_TOTAL_NUM] |