Blame | Last modification | View Log | Download | RSS feed
ifndef __wdm21inc__wdm21inc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File REGWDM21.INC *;* *;* Contains Bit & Register Definitions for Watchdog @ 0x21 *;* *;****************************************************************************WDTCR port 0x21 ; Watchdog Control RegisterWDP0 avrbit WDTCR,0 ; PrescalerWDP1 avrbit WDTCR,1WDP2 avrbit WDTCR,2WDE avrbit WDTCR,3 ; Enable Watchdogrestore ; re-enable listingendif ; __wdm21inc