RTEMS CPU Kit with SuperCore  4.11.3
Macros
iotn11.h File Reference

Definitions for ATtiny10/11. More...

Go to the source code of this file.

Macros

#define _AVR_IOXXX_H_   "iotn11.h"
 
#define ACSR   _SFR_IO8(0x08)
 
#define PINB   _SFR_IO8(0x16)
 
#define DDRB   _SFR_IO8(0x17)
 
#define PORTB   _SFR_IO8(0x18)
 
#define WDTCR   _SFR_IO8(0x21)
 
#define TCNT0   _SFR_IO8(0x32)
 
#define TCCR0   _SFR_IO8(0x33)
 
#define MCUSR   _SFR_IO8(0x34)
 
#define MCUCR   _SFR_IO8(0x35)
 
#define TIFR   _SFR_IO8(0x38)
 
#define TIMSK   _SFR_IO8(0x39)
 
#define GIFR   _SFR_IO8(0x3A)
 
#define GIMSK   _SFR_IO8(0x3B)
 
#define INT0_vect   _VECTOR(1)
 
#define SIG_INTERRUPT0   _VECTOR(1)
 
#define IO_PINS_vect   _VECTOR(2)
 
#define SIG_PIN   _VECTOR(2)
 
#define SIG_PIN_CHANGE   _VECTOR(2)
 
#define TIMER0_OVF_vect   _VECTOR(3)
 
#define SIG_OVERFLOW0   _VECTOR(3)
 
#define ANA_COMP_vect   _VECTOR(4)
 
#define SIG_COMPARATOR   _VECTOR(4)
 
#define _VECTORS_SIZE   10
 
#define INT0   6
 
#define PCIE   5
 
#define INTF0   6
 
#define PCIF   5
 
#define TOIE0   1
 
#define TOV0   1
 
#define SE   5
 
#define SM   4
 
#define ISC01   1
 
#define ISC00   0
 
#define CS02   2
 
#define CS01   1
 
#define CS00   0
 
#define WDTOE   4
 
#define WDE   3
 
#define WDP2   2
 
#define WDP1   1
 
#define WDP0   0
 
#define PB4   4
 
#define PB3   3
 
#define PB2   2
 
#define PB1   1
 
#define PB0   0
 
#define DDB4   4
 
#define DDB3   3
 
#define DDB2   2
 
#define DDB1   1
 
#define DDB0   0
 
#define PINB5   5
 
#define PINB4   4
 
#define PINB3   3
 
#define PINB2   2
 
#define PINB1   1
 
#define PINB0   0
 
#define ACD   7
 
#define ACO   5
 
#define ACI   4
 
#define ACIE   3
 
#define ACIS1   1
 
#define ACIS0   0
 
#define RAMEND   0x1F
 
#define XRAMEND   0x0
 
#define E2END   0x0
 
#define E2PAGESIZE   2
 
#define FLASHEND   0x3FF
 
#define FUSE_MEMORY_SIZE   1
 
#define FUSE_CKSEL0   (unsigned char)~_BV(0)
 
#define FUSE_CKSEL1   (unsigned char)~_BV(1)
 
#define FUSE_CKSEL2   (unsigned char)~_BV(2)
 
#define FUSE_RSTDISBL   (unsigned char)~_BV(3)
 
#define FUSE_FSTRT   (unsigned char)~_BV(4)
 
#define FUSE_DEFAULT   (FUSE_CKSEL0 & FUSE_CKSEL1)
 
#define __LOCK_BITS_EXIST
 
#define SIGNATURE_0   0x1E
 
#define SIGNATURE_1   0x90
 
#define SIGNATURE_2   0x04
 

Detailed Description

Definitions for ATtiny10/11.

This file should only be included from <avr/io.h>, never directly.