RV32 SoC DS UG
High-Perf RV32 SoC DS UG
RV64 SoC DS UG API and Examples
Embedded IDE UG
Loading...
Searching...
No Matches

Overview

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...

Enumeration Type Documentation

◆ 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 102 of file watchdog.h.