libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | IWDG_SR_RVU (1 << 1) |
RVU: Watchdog counter reload value update. More... | |
#define | IWDG_SR_PVU (1 << 0) |
PVU: Watchdog prescaler value update. More... | |
#define | IWDG_SR_WVU (1 << 2) |
WVU: Watchdog counter window value update. More... | |
#define IWDG_SR_PVU (1 << 0) |
PVU: Watchdog prescaler value update.
Definition at line 99 of file iwdg_common_all.h.
#define IWDG_SR_RVU (1 << 1) |
RVU: Watchdog counter reload value update.
Definition at line 96 of file iwdg_common_all.h.
#define IWDG_SR_WVU (1 << 2) |
WVU: Watchdog counter window value update.
Definition at line 57 of file iwdg_common_v2.h.