From 1ac382c17364db87da901371eee9b5c340b110b2 Mon Sep 17 00:00:00 2001 From: igor-m Date: Fri, 11 Apr 2014 07:34:02 +0200 Subject: [PATCH] Added Watchdog reg defs --- sys/pic32/pic32mx.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/pic32/pic32mx.h b/sys/pic32/pic32mx.h index e287281..cc79e7a 100644 --- a/sys/pic32/pic32mx.h +++ b/sys/pic32/pic32mx.h @@ -1026,6 +1026,10 @@ #define DEVCFG1_WDTPS_524288 0x00130000 /* 1:524288 */ #define DEVCFG1_WDTPS_1048576 0x00140000 /* 1:1048576 */ #define DEVCFG1_FWDTEN 0x00800000 /* Watchdog enable */ +#define WDTCON PIC32_R (0x0000) /* Watchdog timer control */ +#define WDTCONCLR PIC32_R (0x0004) /* Watchdog timer control */ +#define WDTCONSET PIC32_R (0x0008) /* Watchdog timer control */ + /* * Config2 register at 1fc02ff4.