en-us_commands:reference:wdt_disable
This is an old revision of the document!
Table of Contents
WDT_DISABLE()
Commands
| Command | Arguments | Return Value | Operation |
|---|---|---|---|
WDT_DISABLE() | None | void | Stops the Watchdog. |
Example
WDT_DISABLE();
Precautions
- Use time constants supported by the MCU.
- Do not set a timeout shorter than the longest normal processing time.
- Do not hide program faults by placing
WDT()where it always executes unconditionally.
en-us_commands/reference/wdt_disable.1788785569.txt.gz · Last modified: by 127.0.0.1
