Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1186 | savelij | 1 | ifndef __mcf5470inc ; avoid multiple inclusion |
2 | __mcf5470inc equ 1 |
||
3 | |||
4 | save |
||
5 | listing off ; no listing over this file |
||
6 | |||
7 | ;**************************************************************************** |
||
8 | ;* * |
||
9 | ;* AS 1.42 - File MCF5470.INC * |
||
10 | ;* * |
||
11 | ;* Contains SFR and Bit Definitions for ColdFire MCF5470 * |
||
12 | ;* * |
||
13 | ;**************************************************************************** |
||
14 | |||
15 | __has_usb equ 0 |
||
16 | __has_sec equ 0 |
||
17 | __has_fec1 equ 1 |
||
18 | |||
19 | include "mcf547x.inc" |
||
20 | |||
21 | restore |
||
22 | |||
23 | endif ; __mcf5470inc |