libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
Collaboration diagram for Watchdog mode:

Enumerations

enum  wdt_modes { WDT_MODE_RESET , WDT_MODE_INT }
 

Detailed Description

Enumeration Type Documentation

◆ wdt_modes

enum wdt_modes
Enumerator
WDT_MODE_RESET 

On timeout, reset the system.

WDT_MODE_INT 

On timeout, generate an interrupt.

If another timeout (time2) occurs without the interrupt being cleared, reset the system.

Definition at line 37 of file wdt.h.