|
|
Go to the documentation of this file. 38 #ifndef __HW_WATCHDOG_H__ 39 #define __HW_WATCHDOG_H__ 46 #define WDT_O_LOAD 0x00000000 // Watchdog Load 47 #define WDT_O_VALUE 0x00000004 // Watchdog Value 48 #define WDT_O_CTL 0x00000008 // Watchdog Control 49 #define WDT_O_ICR 0x0000000C // Watchdog Interrupt Clear 50 #define WDT_O_RIS 0x00000010 // Watchdog Raw Interrupt Status 51 #define WDT_O_MIS 0x00000014 // Watchdog Masked Interrupt Status 52 #define WDT_O_TEST 0x00000418 // Watchdog Test 53 #define WDT_O_LOCK 0x00000C00 // Watchdog Lock 60 #define WDT_LOAD_M 0xFFFFFFFF // Watchdog Load Value 68 #define WDT_VALUE_M 0xFFFFFFFF // Watchdog Value 76 #define WDT_CTL_WRC 0x80000000 // Write Complete 77 #define WDT_CTL_INTTYPE 0x00000004 // Watchdog Interrupt Type 78 #define WDT_CTL_RESEN 0x00000002 // Watchdog Reset Enable 79 #define WDT_CTL_INTEN 0x00000001 // Watchdog Interrupt Enable 86 #define WDT_ICR_M 0xFFFFFFFF // Watchdog Interrupt Clear 94 #define WDT_RIS_WDTRIS 0x00000001 // Watchdog Raw Interrupt Status 101 #define WDT_MIS_WDTMIS 0x00000001 // Watchdog Masked Interrupt Status 108 #define WDT_TEST_STALL 0x00000100 // Watchdog Stall Enable 115 #define WDT_LOCK_M 0xFFFFFFFF // Watchdog Lock 116 #define WDT_LOCK_UNLOCKED 0x00000000 // Unlocked 117 #define WDT_LOCK_LOCKED 0x00000001 // Locked 118 #define WDT_LOCK_UNLOCK 0x1ACCE551 // Unlocks the watchdog timer 120 #endif // __HW_WATCHDOG_H__
Copyright 2017, Texas Instruments Incorporated