#include <inttypes.h>#include <avr/io.h>#include <avr/interrupt.h>#include <avr/pgmspace.h>#include <stdio.h>#include "wiring_private.h"
Go to the source code of this file.
Macros | |
| #define | IMPLEMENT_ISR(vect, interrupt) |
Functions | |
| void | attachInterrupt (uint8_t interruptNum, void(*userFunc)(void), int mode) |
| void | detachInterrupt (uint8_t interruptNum) |
| static void | nothing (void) |
Variables | |
| static volatile voidFuncPtr | intFunc [EXTERNAL_NUM_INTERRUPTS] |
| #define IMPLEMENT_ISR | ( | vect, | |
| interrupt | |||
| ) |
Definition at line 283 of file WInterrupts.c.
Definition at line 70 of file WInterrupts.c.
| void detachInterrupt | ( | uint8_t | interruptNum | ) |
Definition at line 187 of file WInterrupts.c.
Definition at line 35 of file WInterrupts.c.
|
static |
Definition at line 38 of file WInterrupts.c.