[][src]Enum imxrt1062_src::scr::DBG_RST_MSK_PG_A

pub enum DBG_RST_MSK_PG_A {
    DBG_RST_MSK_PG_0,
    DBG_RST_MSK_PG_1,
}

Do not assert debug resets after power gating event of core

Value on reset: 0

Variants

DBG_RST_MSK_PG_0

0: do not mask core debug resets (debug resets will be asserted after power gating event)

DBG_RST_MSK_PG_1

1: mask core debug resets (debug resets won't be asserted after power gating event)

Trait Implementations

impl Clone for DBG_RST_MSK_PG_A[src]

impl Copy for DBG_RST_MSK_PG_A[src]

impl Debug for DBG_RST_MSK_PG_A[src]

impl From<DBG_RST_MSK_PG_A> for bool[src]

impl PartialEq<DBG_RST_MSK_PG_A> for DBG_RST_MSK_PG_A[src]

impl StructuralPartialEq for DBG_RST_MSK_PG_A[src]

Auto Trait Implementations

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.