Module embedded_hal::watchdog::blocking[][src]

Expand description

Blocking processor watchdog traits

Traits

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.

Feeds an existing watchdog to ensure the processor isn’t reset. Sometimes the “feeding” operation is also referred to as “refreshing”.