EE445M RTOS
Taken at the University of Texas Spring 2015
|
Go to the source code of this file.
Macros | |
#define | WDT_O_LOAD 0x00000000 |
#define | WDT_O_VALUE 0x00000004 |
#define | WDT_O_CTL 0x00000008 |
#define | WDT_O_ICR 0x0000000C |
#define | WDT_O_RIS 0x00000010 |
#define | WDT_O_MIS 0x00000014 |
#define | WDT_O_TEST 0x00000418 |
#define | WDT_O_LOCK 0x00000C00 |
#define | WDT_LOAD_M 0xFFFFFFFF |
#define | WDT_LOAD_S 0 |
#define | WDT_VALUE_M 0xFFFFFFFF |
#define | WDT_VALUE_S 0 |
#define | WDT_CTL_WRC 0x80000000 |
#define | WDT_CTL_INTTYPE 0x00000004 |
#define | WDT_CTL_RESEN 0x00000002 |
#define | WDT_CTL_INTEN 0x00000001 |
#define | WDT_ICR_M 0xFFFFFFFF |
#define | WDT_ICR_S 0 |
#define | WDT_RIS_WDTRIS 0x00000001 |
#define | WDT_MIS_WDTMIS 0x00000001 |
#define | WDT_TEST_STALL 0x00000100 |
#define | WDT_LOCK_M 0xFFFFFFFF |
#define | WDT_LOCK_UNLOCKED 0x00000000 |
#define | WDT_LOCK_LOCKED 0x00000001 |
#define | WDT_LOCK_UNLOCK 0x1ACCE551 |
#define WDT_CTL_INTEN 0x00000001 |
Definition at line 81 of file hw_watchdog.h.
Referenced by WatchdogEnable(), WatchdogIntEnable(), and WatchdogRunning().
#define WDT_CTL_INTTYPE 0x00000004 |
Definition at line 79 of file hw_watchdog.h.
Referenced by WatchdogIntTypeSet().
#define WDT_CTL_RESEN 0x00000002 |
Definition at line 80 of file hw_watchdog.h.
Referenced by WatchdogResetDisable(), and WatchdogResetEnable().
#define WDT_CTL_WRC 0x80000000 |
Definition at line 78 of file hw_watchdog.h.
#define WDT_ICR_M 0xFFFFFFFF |
Definition at line 88 of file hw_watchdog.h.
#define WDT_ICR_S 0 |
Definition at line 89 of file hw_watchdog.h.
#define WDT_LOAD_M 0xFFFFFFFF |
Definition at line 62 of file hw_watchdog.h.
#define WDT_LOAD_S 0 |
Definition at line 63 of file hw_watchdog.h.
#define WDT_LOCK_LOCKED 0x00000001 |
Definition at line 119 of file hw_watchdog.h.
Referenced by WatchdogLock(), and WatchdogLockState().
#define WDT_LOCK_M 0xFFFFFFFF |
Definition at line 117 of file hw_watchdog.h.
#define WDT_LOCK_UNLOCK 0x1ACCE551 |
Definition at line 120 of file hw_watchdog.h.
Referenced by WatchdogUnlock().
#define WDT_LOCK_UNLOCKED 0x00000000 |
Definition at line 118 of file hw_watchdog.h.
#define WDT_MIS_WDTMIS 0x00000001 |
Definition at line 103 of file hw_watchdog.h.
#define WDT_O_CTL 0x00000008 |
Definition at line 50 of file hw_watchdog.h.
Referenced by WatchdogEnable(), WatchdogIntEnable(), WatchdogIntTypeSet(), WatchdogResetDisable(), WatchdogResetEnable(), and WatchdogRunning().
#define WDT_O_ICR 0x0000000C |
Definition at line 51 of file hw_watchdog.h.
Referenced by WatchdogIntClear().
#define WDT_O_LOAD 0x00000000 |
Definition at line 48 of file hw_watchdog.h.
Referenced by WatchdogReloadGet(), and WatchdogReloadSet().
#define WDT_O_LOCK 0x00000C00 |
Definition at line 55 of file hw_watchdog.h.
Referenced by WatchdogLock(), WatchdogLockState(), and WatchdogUnlock().
#define WDT_O_MIS 0x00000014 |
Definition at line 53 of file hw_watchdog.h.
Referenced by WatchdogIntStatus().
#define WDT_O_RIS 0x00000010 |
Definition at line 52 of file hw_watchdog.h.
Referenced by WatchdogIntStatus().
#define WDT_O_TEST 0x00000418 |
Definition at line 54 of file hw_watchdog.h.
Referenced by WatchdogStallDisable(), and WatchdogStallEnable().
#define WDT_O_VALUE 0x00000004 |
Definition at line 49 of file hw_watchdog.h.
Referenced by WatchdogValueGet().
#define WDT_RIS_WDTRIS 0x00000001 |
Definition at line 96 of file hw_watchdog.h.
Referenced by WatchdogIntClear().
#define WDT_TEST_STALL 0x00000100 |
Definition at line 110 of file hw_watchdog.h.
Referenced by WatchdogStallDisable(), and WatchdogStallEnable().
#define WDT_VALUE_M 0xFFFFFFFF |
Definition at line 70 of file hw_watchdog.h.
#define WDT_VALUE_S 0 |
Definition at line 71 of file hw_watchdog.h.