zephyr/drivers/watchdog
Julien Delayen 0392d79845 wdt_qmsi: Implement suspend and resume functions
In order to restore watchdog context after entering
SYS_PM_DEEP_SLEEP, suspend and resume functions
are called.

The following parameters are restored:
 - All registers for the WDT device.
 - Watchdog interrupt mask.

The suspend/resume functionality is implemented in
the QMSI shim layer as a fast and temporary solution,
it will be removed and migrated to QMSI later.

Change-Id: I6e4e30a797b0ca38ce727d50fa51d1b2f8330405
Signed-off-by: Julien Delayen <julien.delayen@intel.com>
2016-09-12 00:29:25 +00:00
..
Kconfig qmsi: wdt: improved reentrancy of the wdt driver 2016-07-27 22:17:09 +00:00
Kconfig.stm32 stm32: rename CONFIG_SOC_STM32 -> CONFIG_SOC_FAMILY_STM32 2016-04-18 21:24:58 +00:00
Makefile qmsi: watchdog: use built-in qmsi driver 2016-04-22 20:46:29 -04:00
iwdg_stm32.c watchdog/iwdg_stm32: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:15 +00:00
iwdg_stm32.h watchdog/iwdg_stm32: add driver for STM32 Independent Watchdog (IWDG) 2016-03-18 20:57:26 +00:00
wdt_qmsi.c wdt_qmsi: Implement suspend and resume functions 2016-09-12 00:29:25 +00:00