Blame | Last modification | View Log | Download | RSS feed
ifndef __wdmeinc__wdmeinc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File WDME.INC *;* *;* Contains Bit & Register Definitions for Enhanced Watchdog *;* *;****************************************************************************WDTCSR sfr 0x60 ; Watchdog Control/Status RegisterWDP0 avrbit WDTCSR,0 ; PrescalerWDP1 avrbit WDTCSR,1WDP2 avrbit WDTCSR,2WDE avrbit WDTCSR,3 ; Enable WatchdogWDCE avrbit WDTCSR,4 ; Change EnableWDP3 avrbit WDTCSR,5WDIE avrbit WDTCSR,6 ; Interrupt EnableWDIF avrbit WDTCSR,7 ; Interrupt Flagrestore ; re-enable listingendif ; __wdmeinc