Skip to content

Commit

Permalink
Update EF_WDT32.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shalan authored Feb 6, 2025
1 parent 3732a49 commit 808651a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions EF_WDT32.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
info:
name: EF_WDT32
description: |
description:
A simple 32-bit WatchDog Timer (WDT). It can be used to interrupt the CPU to:
Indicate a software malfunction.
Wakeup the CPU after a certain sleep time.
The WDT is a simple 32-bit down-counter which is decremented every system clock cycle. When it reached zero, the counter is loaded with the value stored in the load register and the TO flag is raised..
- Indicate a software malfunction.
- Wakeup the CPU after a certain sleep time.

The WDT is a simple 32-bit "loadable" down counter which is decremented every system clock cycle. When it reached zero, the counter is loaded with the value stored in the load register and the TO flag is raised.

The WDT can be enabled/disabled. When it is disabled the counter is loaded with the value in the load register.
repo: https://github.com/efabless/EF_WDT32
Expand Down

0 comments on commit 808651a

Please sign in to comment.