Module 328.external.interrups.module
- ATmega328p specific interrupt code
ATmega328p specific interrupt code.
Index
-
Process
set.interrups
- Sets up the interrupt registers for the ATmega328
Declarations
external.interrupts.module
:33Process set.interrups
PROC set.interrups (VAL INT avr.pin, RESULT 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. |
RESULT INT |
vintr |
The interrupt vector associated with the given AVR pin. |