megaAVR STK600 GPIO example configuration
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | EXAMPLE_PCICR PCICR |
Example Pin Change Interrupt enable register. More... | |
#define | EXAMPLE_PCIE PCIE1 |
Example Pin Change Interrupt port enable. More... | |
#define | EXAMPLE_PCINT_vect PCINT1_vect |
Example Pin Change Interrupt vector. More... | |
#define | EXAMPLE_PCMSK PCMSK1 |
Example Pin Change Interrupt Mask register. More... | |
#define EXAMPLE_PCICR PCICR |
Example Pin Change Interrupt enable register.
Referenced by main().
#define EXAMPLE_PCIE PCIE1 |
Example Pin Change Interrupt port enable.
Referenced by main().
#define EXAMPLE_PCINT_vect PCINT1_vect |
Example Pin Change Interrupt vector.
#define EXAMPLE_PCMSK PCMSK1 |
Example Pin Change Interrupt Mask register.
Referenced by main().