5#ifndef _TIMER_DISPATCH_H
6#define _TIMER_DISPATCH_H
15typedef void (*TimerIsrHandler)(
int timer_num, TcChannel &tc,
void *pExtra);
19void FreeTimer(
int timer);
22IRQn GetTimerPeriphID(
int timer);
23TcChannel *GetTc(
int timer);
IRQn
Interrupt Number Definitions.
Definition SAME70/include/cm_core_config.h:60
NetBurner System Constants.
#define FIRST_UNUSED_TIMER
Definition constants.h:580