pub struct Watchdog { /* fields omitted */ }
Get watchdog configuration
Change watchdog timer configuration and start
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
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
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.