Blame | Last modification | View Log | Download | RSS feed
ifndef __52xxwdtinc ; avoid multiple inclusion__52xxwdtinc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File 52XXWDT.INC *;* *;* Contains SFR and Bit Definitions for ColdFire MCF52xx Watchdog Timer *;* *;****************************************************************************WDT_WCR equ MBAR_WDT+0 ; Watchdog Control Register (16b), renamed to avoid conflict with wakeup control registerWAIT cfbit WDT_WCR,3 ; Wait Mode BitDOZE cfbit WDT_WCR,2 ; Doze Mode BitHALTED cfbit WDT_WCR,1 ; Halted Mode BitEN cfbit WDT_WCR,0 ; Watchdog Enable BitWMR equ MBAR_WDT+2 ; Watchdog Modulus Register (16b)WCNTR equ MBAR_WDT+4 ; Watchdog Count Register (16b)WSR equ MBAR_WDT+6 ; Watchdog Service Register (16b)restore ; re-enable listingendif ; __52xxwdtinc