ao_wdt.h
Watchdog timer

Include

stdbool.h
xc.h

Functions

ao_wdt_enable

ao_wdt_disable

#define ao_wdt_enable()
#define ao_wdt_disable()

Enables or disables the watchdog timer.

ao_wdt_is_enabled

#define ao_wdt_is_enabled()

Checks whether the watchdog timer is enabled.

ao_wdt_reset

void ao_wdt_reset();

Resets the watchdog timer.

External Links