Lines Matching full:watchdog
10 * @brief Driver for CMSDK APB Watchdog.
16 #include <zephyr/drivers/watchdog.h>
21 /* offset: 0x000 (r/w) watchdog load register */
23 /* offset: 0x004 (r/ ) watchdog value register */
25 /* offset: 0x008 (r/w) watchdog control register */
27 /* offset: 0x00c ( /w) watchdog clear interrupt register */
29 /* offset: 0x010 (r/ ) watchdog raw interrupt status register */
31 /* offset: 0x014 (r/ ) watchdog interrupt status register */
34 /* offset: 0xc00 (r/w) watchdog lock register */
37 /* offset: 0xf00 (r/w) watchdog integration test control register */
39 /* offset: 0xf04 ( /w) watchdog integration test output set register */
57 * to all of the registers of the watchdog (except the LOCK register)
68 /* watchdog reload value in clock cycles */
91 /* Start the watchdog counter with INTEN bit */ in wdog_cmsdk_apb_setup()
103 /* Stop the watchdog counter with INTEN bit */ in wdog_cmsdk_apb_disable()
174 * Check if the watchdog was the reason of the NMI interrupt in wdog_cmsdk_apb_isr()