Module embedded_hal::watchdog

source ·
Expand description

Traits for interactions with a processors watchdog timer.

Traits

Feeds an existing watchdog to ensure the processor isn’t reset. Sometimes commonly referred to as “kicking” or “refreshing”.
Disables a running watchdog timer so the processor won’t be reset.
Enables A watchdog timer to reset the processor if software is frozen or stalled.