Struct esp32_hal::timer::watchdog::Watchdog[][src]

pub struct Watchdog<TIMG: TimerGroup> { /* fields omitted */ }

Implementations

Get watchdog configuration

Change watchdog timer configuration and start

Trait Implementations

Feed (=reset) the watchdog timer

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

Disable watchdog timer

Disables the watchdog

Enable watchdog timer, only change stage 1 period, don’t change default action

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.