Skip to content

Commit 13b9f8a

Browse files
MulinChaonashif
authored andcommitted
driver: wdt: npcx: correct the drawing of npcx watchdog module.
The source clock of the watchdog module is selected to the input of T0 timer, not output. Correct the drawing in case confusing the users. Signed-off-by: Mulin Chao <[email protected]>
1 parent 105af6f commit 13b9f8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/watchdog/wdt_npcx.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
* failure detection. Please refer the block diagram for more detail.
1717
*
1818
* +---------------------+ +-----------------+
19-
* LFCLK --->| T0 Prescale Counter |--->| 16-Bit T0 Timer |---+----> T0 Timer
20-
* (32kHz) | (TWCP 1:32) | | (TWDT0) | | Event
21-
* +---------------------+ +-----------------+ |
22-
* +----------------------------------------------------------+
19+
* LFCLK --->| T0 Prescale Counter |-+->| 16-Bit T0 Timer |--------> T0 Timer
20+
* (32kHz) | (TWCP 1:32) | | | (TWDT0) | Event
21+
* +---------------------+ | +-----------------+
22+
* +---------------------------------+
2323
* |
2424
* | +-------------------+ +-----------------+
2525
* +--->| Watchdog Prescale |--->| 8-Bit Watchdog |-----> Watchdog Event/Reset

0 commit comments

Comments
 (0)