#include "config.h"#include "wdt_drv.h"
Go to the source code of this file.
Defines | |
| #define | Wdt_reset_instruction() __watchdog_reset() |
Functions | |
| void | wdtdrv_disable (void) |
| This functions stops the hardware watchdog timer. | |
| void | wdtdrv_enable (U8 timeout) |
| This functions activates the hardware watchdog timer System Reset Mode only. | |
| void | wdtdrv_interrupt_enable (U8 timeout) |
| This functions activates the hardware watchdog timer Interrupt Mode only. | |
| void | wdtdrv_interrupt_reset_enable (U8 timeout) |
| This functions activates the hardware watchdog timer Interrupt & System Reset Mode. | |
Definition in file wdt_drv.c.
| #define Wdt_reset_instruction | ( | ) | __watchdog_reset() |
Definition at line 54 of file wdt_drv.c.
Referenced by wdtdrv_disable(), wdtdrv_enable(), wdtdrv_interrupt_enable(), and wdtdrv_interrupt_reset_enable().
1.5.3