libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
IWDG Status Register Values
Collaboration diagram for IWDG Status Register Values:

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...
 

Detailed Description

Macro Definition Documentation

◆ IWDG_SR_PVU

#define IWDG_SR_PVU   (1 << 0)

PVU: Watchdog prescaler value update.

Definition at line 99 of file iwdg_common_all.h.

◆ IWDG_SR_RVU

#define IWDG_SR_RVU   (1 << 1)

RVU: Watchdog counter reload value update.

Definition at line 96 of file iwdg_common_all.h.