[][src]Enum imxrt1062_aipstz1::mpr::MPROT0_A

#[repr(u8)]pub enum MPROT0_A {
    MPL0,
    MPL1,
}

Master 0 Priviledge, Buffer, Read, Write Control

Value on reset: 7

Variants

MPL0

0: Accesses from this master are forced to user-mode (ips_supervisor_access is forced to zero) regardless of the hprot[1] access attribute.

MPL1

1: Accesses from this master are not forced to user-mode. The hprot[1] access attribute is used directly to determine ips_supervisor_access.

Trait Implementations

impl Clone for MPROT0_A[src]

impl Copy for MPROT0_A[src]

impl Debug for MPROT0_A[src]

impl From<MPROT0_A> for u8[src]

impl PartialEq<MPROT0_A> for MPROT0_A[src]

impl StructuralPartialEq for MPROT0_A[src]

Auto Trait Implementations

impl Send for MPROT0_A

impl Sync for MPROT0_A

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