Blame | Last modification | View Log | Download | RSS feed
ifndef __wdm60inc__wdm60inc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File WDM60.INC *;* *;* Contains Bit & Register Definitions for Watchdog @ 0x60 *;* *;****************************************************************************WDTCR sfr 0x60 ; Watchdog Control RegisterWDP0 avrbit WDTCR,0 ; PrescalerWDP1 avrbit WDTCR,1WDP2 avrbit WDTCR,2WDE avrbit WDTCR,3 ; Enable WatchdogWDCE avrbit WDTCR,4 ; Change Enablerestore ; re-enable listingendif ; __wdm60inc