px_wwdg_prescaler_t
Window Watchdog clock prescaler (PCLK / 4096 clock source)
void px_wwdg_halt(void)
Halt watchdog by disabling peripheral clock.
void px_wwdg_dbg_report(void)
Report state saved by early warning interrupt in .noinit variables.
void px_wwdg_reload_counter(void)
Reload watchdog counter, a.k.a.
void px_wwdg_init(px_wwdg_prescaler_t prescaler, uint8_t counter, uint8_t window)
Initialise System Window Watchdog.
void px_wwdg_resume(void)
Resume watchdog by enabling peripheral clock.
@ PX_WWDG_PRESCALER_4
Clock = (PCLK / 4096) / 4.
@ PX_WWDG_PRESCALER_1
Clock = (PCLK / 4096) / 1.
@ PX_WWDG_PRESCALER_2
Clock = (PCLK / 4096) / 2.
@ PX_WWDG_PRESCALER_8
Clock = (PCLK / 4096) / 8.