#include "SFBTypes.h"


Go to the source code of this file.
Functions | |
| bool | watchdogActive () |
| void | watchdogSetInterval (u32 feedIntervalMs) |
| u32 | watchdogGetInterval () |
| bool | watchdogStart (u32 feedIntervalMs) |
| bool | watchdogFeed () |
| bool | watchdogGetTimeoutFlag () |
| void | watchdogClearTimeoutFlag () |
| void | watchdogSuicide () __attribute__((noreturn)) |
| bool | watchdogItWasSuicide () |
| True if watchdogGetTimeoutFlag() is only true because of a deliberate crash. | |