Lines Matching +full:suspend +full:- +full:in +full:- +full:wait
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
9 * Redistribution and use in source and binary forms, with or without
14 * 2. Redistributions in binary form must reproduce the above copyright
15 * notice, this list of conditions and the following disclaimer in the
21 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36 #define WDOG_CR_WDW (1u << 7) /* Suspend when in WAIT mode */
41 #define WDOG_CR_WDBG (1u << 1) /* Suspend when DBG mode */
42 #define WDOG_CR_WDZST (1u << 0) /* Suspend when LP mode */
49 #define WDOG_RSR_POR (1u << 4) /* Due to Power-On Reset */
56 #define WDOG_ICR_WTCT_MASK 0x00ff /* Interrupt lead time in 0.5s */
60 #define WDOG_MCR_PDE (1u << 0) /* Power-down enable */