Trait crabik_board::watchdog::Watchdog[][src]

pub trait Watchdog {
    pub fn feed(&mut self);
}

Feeds an existing watchdog to ensure the processor isn’t reset. Sometimes commonly referred to as “kicking” or “refreshing”.

Required methods

pub fn feed(&mut self)[src]

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

Loading content...

Implementors

Loading content...