RM0082
BS_Watchdog timer
Doc ID 018672 Rev 1
317/844
16.5.7 WdogRIS
register
The WdogRIS (raw interrupt status) is a RO register indicates the raw interrupt status from
the counter (before masking by WdogControl register). The WdogRIS bit assignments are
given in
16.5.8 WdogMIS
register
The WdogMIS (masked interrupt status) is a RO register indicates the masked interrupt
status from the counter (after masking by the Wdogcontrol register). The WdogMIS bit
assignments are given in
.
16.5.9 WdogLock
register
The WdogLock is a RW register allows to enable/disable write-access to all other registers.
This is to prevent software from disabling the Watchdog module operation. The WdogLock
bit assignments are given in
.
Table 250.
WdogRIS register bit assignments
Bit
Name
Reset value
Description
[31:01]
Reserved
-
Read: undefined.
[00]
WDOGRIS
1’h0
If set, it indicates that an interrupt has been raised by the
Watchdog counter reaching zero.
Table 251.
WdogMIS register bit assignments
Bit
Name
Reset value
Description
[31:01]
Reserved
-
Read: undefined.
[00]
WDOGMIS
1’h0
Masked interrupt status.
The value of this bit is the logical AND of the raw interrupt
status (WDOGRIS bit of the WdogRIS register) with the
INTEN bit of the WdogControl register.,It is the same value
that is passed to the interrupt output of the Watchdog
module.
Table 252.
WdogLock register bit assignments
Bit
Name
Reset value
Description
[31:01]
WDOGLOCK
32’h0
Write access enable.
Writing 32‘h1ACCE551 to this register enables write
access to all other registers. Writing any other value
disables write access to all other registers.
A read from this register returns the lock status rather than
the actual value:
32‘h00000000 = Write access to all others registers is
enabled (not locked).
32‘h00000001 = Write access to all others registers is
disabled (locked).
[00]
Reserved
-
Read: undefined.