| 1 |
/* Copyright (c) 2003, Keith Gudger |
/* Copyright (c) 2003,2005 Keith Gudger |
| 2 |
All rights reserved. |
All rights reserved. |
| 3 |
|
|
| 4 |
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
| 28 |
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 29 |
POSSIBILITY OF SUCH DAMAGE. */ |
POSSIBILITY OF SUCH DAMAGE. */ |
| 30 |
|
|
| 31 |
|
/* $Id$ */ |
| 32 |
|
|
| 33 |
/* avr/io43u35x.h - definitions for AT43USB35x */ |
/* avr/io43u35x.h - definitions for AT43USB35x */ |
| 34 |
|
|
| 35 |
#ifndef _AVR_IO43U35X_H_ |
#ifndef _AVR_IO43U35X_H_ |
| 186 |
#define SIG_INTERRUPT0 _VECTOR(1) /* suspend/resume */ |
#define SIG_INTERRUPT0 _VECTOR(1) /* suspend/resume */ |
| 187 |
#define SIG_INTERRUPT1 _VECTOR(2) |
#define SIG_INTERRUPT1 _VECTOR(2) |
| 188 |
#define SIG_TIMER1_CAPT1 _VECTOR(3) |
#define SIG_TIMER1_CAPT1 _VECTOR(3) |
| 189 |
|
#define SIG_INPUT_CAPTURE1 _VECTOR(3) |
| 190 |
#define SIG_OUTPUT_COMPARE1A _VECTOR(4) |
#define SIG_OUTPUT_COMPARE1A _VECTOR(4) |
| 191 |
#define SIG_OUTPUT_COMPARE1B _VECTOR(5) |
#define SIG_OUTPUT_COMPARE1B _VECTOR(5) |
| 192 |
#define SIG_OVERFLOW1 _VECTOR(6) |
#define SIG_OVERFLOW1 _VECTOR(6) |