Module 1280.external.interrups.module
- ATmega1280 specific interrupt code
ATmega1280 specific interrupt code.
Index
-
Process
set.interrups
- Sets up the interrupt registers for the ATmega328
Declarations
external.interrupts.module
:32Process set.interrups
PROC set.interrups (VAL INT avr.pin, INT vintr)
Sets up the interrupt registers for the ATmega328.
vintr
gets set in this process.
Parameters:
VAL INT |
avr.pin |
The AVR pin being setup for interrupts. |
INT |
vintr |
The interrupt vector associated with the given AVR pin. |