#include <stdint.h>
#include <string.h>
#include <aversive/timers.h>
#include <timer.h>
#include <timer_definitions.h>
#include <timer_intr.h>
#include <timer_config.h>
Go to the source code of this file.
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] |
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] |