Enum zinc_hal_lpc11xx::ioregs::WWDT_wdmod_wden [] [src]

pub enum WWDT_wdmod_wden {
    Stopped,
    Running,
}

Variants

Stopped

The watchdog timer is stopped.

Running

The watchdog timer is running.

Trait Implementations

Derived Implementations

impl PartialEq for WWDT_wdmod_wden

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

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