Struct sam4l::wdt::Wdt [] [src]

pub struct Wdt {
    registers: *mut WdtRegisters,
    enabled: Cell<bool>,
}

Fields

Methods

impl Wdt
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Watchdog for Wdt
[src]

[src]

Enable the watchdog timer. Period is the time in milliseconds the watchdog will timeout if not serviced. Read more

[src]

Disable the watchdog timer.

[src]

Service the watchdog to let the hardware know the application is still executing. Read more