Struct gd32vf103xx_hal::watchdog::FreeWatchdog[][src]

pub struct FreeWatchdog { /* fields omitted */ }
Expand description

Wraps the Free Watchdog Timer (FWDGT) peripheral

Implementations

Wrap and start the watchdog

Free watchdog stopped when core is halted

Returns the interval in ms

Trait Implementations

Triggers the watchdog. This must be done once the watchdog is started to prevent the processor being reset. Read more

Unit of time used by the watchdog

Starts the watchdog with a given period, typically once this is done the watchdog needs to be kicked periodically or the processor is reset. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.