[BACK]Return to sawdtreg.h CVS log [TXT][DIR] Up to [local] / funnyos / arch / sam7s64 / dev

File: [local] / funnyos / arch / sam7s64 / dev / sawdtreg.h (download)

Revision 1.1, Tue Nov 13 22:26:04 2007 UTC (16 years, 6 months ago) by nbrk
Branch: MAIN
CVS Tags: HEAD

on-board Watchdog Timer registers

/*
 * $Id: sawdtreg.h,v 1.1 2007/11/13 22:26:04 nbrk Exp $
 */
#ifndef _ARCH_SAM7S64_DEV_SAWDTREG_H
#define _ARCH_SAM7S64_DEV_SAWDTREG_H

#include <sys/types.h>

#define SAWDT_BASE 		0xfffffd40
#define  SAWDT_WDT_CR 	0x00
#define  SAWDT_WDT_MR 	0x04
#define  SAWDT_WDT_SR 	0x08

#endif /* not _ARCH_SAM7S64_DEV_SAWDTREG_H */