~ubuntu-branches/ubuntu/raring/avr-libc/raring-proposed

« back to all changes in this revision

Viewing changes to include/avr/iotn28.h

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2008-04-04 17:05:32 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080404170532-tiwwl2e2qln7ri0w
Tags: 1:1.6.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29
29
  POSSIBILITY OF SUCH DAMAGE. */
30
30
 
31
 
/* $Id: iotn28.h,v 1.8 2005/10/30 22:11:23 joerg_wunsch Exp $ */
 
31
/* $Id: iotn28.h,v 1.9.2.2 2008/01/06 20:10:47 arcanum Exp $ */
32
32
 
33
33
/* avr/iotn28.h - definitions for ATtiny28 */
34
34
 
247
247
#define E2END           0x0
248
248
#define FLASHEND        0x7FF
249
249
 
 
250
 
 
251
/* Fuses */
 
252
 
 
253
#define FUSE_MEMORY_SIZE 1
 
254
 
 
255
/* Fuse Byte */
 
256
#define FUSE_CKSEL0      ~_BV(0)
 
257
#define FUSE_CKSEL1      ~_BV(1)
 
258
#define FUSE_CKSEL2      ~_BV(2)
 
259
#define FUSE_CKSEL3      ~_BV(3)
 
260
#define FUSE_INTCAP      ~_BV(4)
 
261
#define FUSE_DEFAULT (FUSE_CKSEL0 & FUSE_CKSEL2 & FUSE_CKSEL3)
 
262
 
 
263
 
 
264
/* Lock Bits */
 
265
#define __LOCK_BITS_EXIST
 
266
 
 
267
 
250
268
#endif /* _AVR_IOTN28_H_ */