cpu/atmega256rfr2: external interrupt refactor
This commit is contained in:
parent
737c46367a
commit
6ea326112d
@ -46,6 +46,20 @@ enum {
|
|||||||
PORT_G = 6, /**< port G */
|
PORT_G = 6, /**< port G */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Available external interrupt pins on the ATmega256rfr family
|
||||||
|
*
|
||||||
|
* In order of their interrupt number.
|
||||||
|
*/
|
||||||
|
#define CPU_ATMEGA_EXT_INTS { GPIO_PIN(PORT_D, 0), \
|
||||||
|
GPIO_PIN(PORT_D, 1), \
|
||||||
|
GPIO_PIN(PORT_D, 2), \
|
||||||
|
GPIO_PIN(PORT_D, 3), \
|
||||||
|
GPIO_PIN(PORT_E, 4), \
|
||||||
|
GPIO_PIN(PORT_E, 5), \
|
||||||
|
GPIO_PIN(PORT_E, 6), \
|
||||||
|
GPIO_PIN(PORT_E, 7) }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Defines for the I2C interface
|
* @name Defines for the I2C interface
|
||||||
* @{
|
* @{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user