Enum zinc_hal_lpc11xx::ioregs::WWDT_wdmod_wdprotect [] [src]

pub enum WWDT_wdmod_wdprotect {
    Anytime,
    LowCounter,
}

Variants

Anytime

The watchdog reload value (WDTC) can be changed at any time.

LowCounter

The watchdog reload value (WDTC) can be changed only after the counter is below the value of WDWARNINT and WDWINDOW. Note: this mode is intended for use only when WDRESET =1.

Trait Implementations

Derived Implementations

impl PartialEq for WWDT_wdmod_wdprotect

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

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