[][src]Enum imxrt1062_pgc::mega_ctrl::PCR_A

pub enum PCR_A {
    PCR_0,
    PCR_1,
}

Power Control PCR must not change from power-down request (pdn_req) assertion until the target subsystem is completely powered up

Value on reset: 0

Variants

PCR_0

0: Do not switch off power even if pdn_req is asserted.

PCR_1

1: Switch off power when pdn_req is asserted.

Trait Implementations

impl Clone for PCR_A[src]

impl Copy for PCR_A[src]

impl Debug for PCR_A[src]

impl From<PCR_A> for bool[src]

impl PartialEq<PCR_A> for PCR_A[src]

impl StructuralPartialEq for PCR_A[src]

Auto Trait Implementations

impl Send for PCR_A

impl Sync for PCR_A

impl Unpin for PCR_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.