Enum zinc_hal_lpc11xx::ioregs::WWDT_wdmod_wdreset [] [src]

pub enum WWDT_wdmod_wdreset {
    NoReset,
    Reset,
}

Variants

NoReset

A watchdog timeout will not cause a chip reset.

Reset

A watchdog timeout will cause a chip reset.

Trait Implementations

Derived Implementations

impl PartialEq for WWDT_wdmod_wdreset

fn eq(&self, __arg_0: &WWDT_wdmod_wdreset) -> bool

fn ne(&self, __arg_0: &WWDT_wdmod_wdreset) -> bool