\n

WDT0

Peripheral Memory Blocks

address_offset : 0x0 Bytes (0x0)
size : 0x400 byte (0x0)
mem_usage : registers
protection : not protected

Registers

CTRL

RST


CTRL

Watchdog Timer Control Register.
address_offset : 0x0 Bytes (0x0)
access : read-only
reset_value : 0x0
reset_Mask : 0x0

CTRL CTRL read-only 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 INT_PERIOD RST_PERIOD WDT_EN INT_FLAG INT_EN RST_EN RST_FLAG

INT_PERIOD : Watchdog Interrupt Period. The watchdog timer will assert an interrupt, if enabled, if the CPU does not write the watchdog reset sequence to the WDT_RST register before the watchdog timer has counted this time period since the last timer reset.
bits : 0 - 3 (4 bit)

Enumeration:

0 : wdt2pow31

2**31 clock cycles.

1 : wdt2pow30

2**30 clock cycles.

2 : wdt2pow29

2**29 clock cycles.

3 : wdt2pow28

2**28 clock cycles.

4 : wdt2pow27

2^27 clock cycles.

5 : wdt2pow26

2**26 clock cycles.

6 : wdt2pow25

2**25 clock cycles.

7 : wdt2pow24

2**24 clock cycles.

8 : wdt2pow23

2**23 clock cycles.

9 : wdt2pow22

2**22 clock cycles.

10 : wdt2pow21

2**21 clock cycles.

11 : wdt2pow20

2**20 clock cycles.

12 : wdt2pow19

2**19 clock cycles.

13 : wdt2pow18

2**18 clock cycles.

14 : wdt2pow17

2**17 clock cycles.

15 : wdt2pow16

2**16 clock cycles.

End of enumeration elements list.

RST_PERIOD : Watchdog Reset Period. The watchdog timer will assert a reset, if enabled, if the CPU does not write the watchdog reset sequence to the WDT_RST register before the watchdog timer has counted this time period since the last timer reset.
bits : 4 - 7 (4 bit)

Enumeration:

0 : wdt2pow31

2**31 clock cycles.

1 : wdt2pow30

2**30 clock cycles.

2 : wdt2pow29

2**29 clock cycles.

3 : wdt2pow28

2**28 clock cycles.

4 : wdt2pow27

2^27 clock cycles.

5 : wdt2pow26

2**26 clock cycles.

6 : wdt2pow25

2**25 clock cycles.

7 : wdt2pow24

2**24 clock cycles.

8 : wdt2pow23

2**23 clock cycles.

9 : wdt2pow22

2**22 clock cycles.

10 : wdt2pow21

2**21 clock cycles.

11 : wdt2pow20

2**20 clock cycles.

12 : wdt2pow19

2**19 clock cycles.

13 : wdt2pow18

2**18 clock cycles.

14 : wdt2pow17

2**17 clock cycles.

15 : wdt2pow16

2**16 clock cycles.

End of enumeration elements list.

WDT_EN : Watchdog Timer Enable.
bits : 8 - 8 (1 bit)

Enumeration:

0 : dis

Disable.

1 : en

Enable.

End of enumeration elements list.

INT_FLAG : Watchdog Timer Interrupt Flag.
bits : 9 - 9 (1 bit)

Enumeration:

0 : inactive

No interrupt is pending.

1 : pending

An interrupt is pending.

End of enumeration elements list.

INT_EN : Watchdog Timer Interrupt Enable.
bits : 10 - 10 (1 bit)

Enumeration:

0 : dis

Disable.

1 : en

Enable.

End of enumeration elements list.

RST_EN : Watchdog Timer Reset Enable.
bits : 11 - 11 (1 bit)

Enumeration:

0 : dis

Disable.

1 : en

Enable.

End of enumeration elements list.

RST_FLAG : Watchdog Timer Reset Flag.
bits : 31 - 31 (1 bit)

Enumeration: ( read-write )

0 : noEvent

The event has not occurred.

1 : occurred

The event has occurred.

End of enumeration elements list.


RST

Watchdog Timer Reset Register.
address_offset : 0x4 Bytes (0x0)
access : write-only
reset_value : 0x0
reset_Mask : 0x0

RST RST write-only 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 WDT_RST

WDT_RST : Writing the watchdog counter 'reset sequence' to this register resets the watchdog counter. If the watchdog count exceeds INT_PERIOD then a watchdog interrupt will occur, if enabled. If the watchdog count exceeds RST_PERIOD then a watchdog reset will occur, if enabled.
bits : 0 - 7 (8 bit)

Enumeration:

0x000000A5 : seq0

The first value to be written to reset the WDT.

0x0000005A : seq1

The second value to be written to reset the WDT.

End of enumeration elements list.



Is something missing? Is something wrong? can you help correct it ? Please contact us at info@chipselect.org !

This website is sponsored by EmbeetleEmbeetle, an IDE designed from scratch for embedded software developers.