Subversion Repositories pentevo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1186 savelij 1
		ifndef	__wdm21inc
2
__wdm21inc	equ	1
3
                save
4
                listing off   ; no listing over this file
5
 
6
;****************************************************************************
7
;*                                                                          *
8
;*   AS 1.42 - File REGWDM21.INC                                            *
9
;*                                                                          *
10
;*   Contains Bit & Register Definitions for Watchdog @ 0x21                *
11
;*                                                                          *
12
;****************************************************************************
13
 
14
WDTCR		port	0x21		; Watchdog Control Register
15
WDP0		avrbit	WDTCR,0		; Prescaler
16
WDP1		avrbit	WDTCR,1
17
WDP2		avrbit	WDTCR,2
18
WDE		avrbit	WDTCR,3		; Enable Watchdog
19
 
20
		restore			; re-enable listing
21
 
22
		endif			; __wdm21inc