_VECTOR()
Abstract
The _VECTOR() is a macro to convert an interrupt vector number to a real address.
Source Code
The _VECTOR() is defined in hardware/tools/avr/avr/include/avr/sfr_defs.h as below.
|
|
For example, if the N is 7, it is converted to __vector_7.
Version
7.3.0-atmel3.6.1-arduino7
Last Update
May 15, 2021