Enums used by the driver.
Configuration Enums | |
Enums used for driver initialization. | |
| enum | watchdog_heartbeat_t { WDG_TIMER_CLEAR = 0xAD68E70D , WDG_TIMER_UNLOCK = 0x3C21B925 , WDG_TIMER_LOCK = 0x3C21B924 } |
| Value for the timer to generate a detection pulse. More... | |
| enum watchdog_heartbeat_t |
#include <watchdog.h>
Value for the timer to generate a detection pulse.
| Enumerator | |
|---|---|
| WDG_TIMER_CLEAR | Reset WDG Timer. |
| WDG_TIMER_UNLOCK | Unlock WDG Timer. |
| WDG_TIMER_LOCK | Lock WDG Timer. |
Definition at line 60 of file watchdog.h.