[][src]Module msp430fr2x5x_hal::watchdog

Watchdog timer, configurable as either a traditional watchdog or a 16-bit timer.

Note: MSP430 devices will reset after bootup if watchdog is not stopped after an initial 32 ms interval (roughly). If this is undesirable, call Wdt::constrain() as soon in the application as possible to stop the watchdog.

Structs

IntervalMode

Interval mode typestate

WatchdogMode

Watchdog mode typestate

Wdt

Watchdog timer which can be configured to watchdog or interval (timer) mode

Enums

WdtClkPeriods

Watchdog timer interval select

Traits

WatchdogSelect

Marker trait for watchdog modes