[][src]Enum imxrt1062_wdog1::wmcr::PDE_A

pub enum PDE_A {
    PDE_0,
    PDE_1,
}

PDE

Value on reset: 1

Variants

PDE_0

0: Power Down Counter of WDOG is disabled.

PDE_1

1: Power Down Counter of WDOG is enabled (Default).

Trait Implementations

impl Clone for PDE_A[src]

impl Copy for PDE_A[src]

impl Debug for PDE_A[src]

impl From<PDE_A> for bool[src]

impl PartialEq<PDE_A> for PDE_A[src]

impl StructuralPartialEq for PDE_A[src]

Auto Trait Implementations

impl Send for PDE_A

impl Sync for PDE_A

impl Unpin for PDE_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.