Module microbit::hal::wdt[][src]

Expand description

HAL interface to the WDT peripheral.

This HAL implements a basic watchdog timer with 1..=8 handles. Once the watchdog has been started, it cannot be stopped.

Modules

Type states representing the number of requested handles.

Type states representing individual watchdog handles.

Structs

A type state representing a watchdog that has been started and cannot be stopped.

A type state representing a watchdog that has not been started.

A structure containing the active watchdog and all requested Watchdog handles.

An interface to the Watchdog.

An interface to feed the Watchdog.