Watchdog: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 June 2025

  • curprev 14:0514:05, 8 June 2025 Philipp talk contribs 1,245 bytes −24 No edit summary
  • curprev 13:3613:36, 8 June 2025 Philipp talk contribs 1,269 bytes +1,269 Created page with "== Overview == The Libreciva dog function provides control of the processor's watchdog timer. In order to use the library function, you must include the header file: <syntaxhighlight> #include "dog.h" </syntaxhighlight> === int dog_init() and void dog_exit() === These functions are used to initialise and shut down the watchdog system. dog_init() returns true on success, or false if there was an error accessing the hardware. Note that dog_exit() simply leaves..."