|
PER Firmware
|
Basic watchdog implementation. More...
#include "watchdog.h"Functions | |
| void | WDG_init (void) |
| void | WDG_pet (void) |
| uint32_t | WDG_get_CSR (void) |
| bool | was_reset_by_WDG (void) |
Variables | |
| volatile uint32_t | saved_CSR = 0 |
Basic watchdog implementation.
| bool was_reset_by_WDG | ( | void | ) |
| uint32_t WDG_get_CSR | ( | void | ) |
| void WDG_init | ( | void | ) |
| void WDG_pet | ( | void | ) |
| volatile uint32_t saved_CSR = 0 |