#include <watchdog.h>
Data Fields | |
| watchdog_hwreg_t * | hwreg |
| u32 | enable [2] |
| u32 | prescaler |
| Prescaler value. | |
| u32 | counterLimit [2] |
| u32 | heartbeat |
Watchdog instance. Holds the software registers and hardware pointer.
Definition at line 133 of file watchdog.h.
| u32 watchdog_instance_t::counterLimit[2] |
Counter limit values for each counter
Definition at line 146 of file watchdog.h.
| u32 watchdog_instance_t::enable[2] |
Enable flags for each counter
Definition at line 139 of file watchdog.h.
| u32 watchdog_instance_t::heartbeat |
Heartbeat action value
Definition at line 151 of file watchdog.h.
| watchdog_hwreg_t* watchdog_instance_t::hwreg |
Pointer to Hardware Register Map
Definition at line 134 of file watchdog.h.
| u32 watchdog_instance_t::prescaler |
Prescaler value.
Definition at line 144 of file watchdog.h.