[][src]Enum imxrt1062_iomuxc_gpr::gpr33::OCRAM2_TZ_EN_A

pub enum OCRAM2_TZ_EN_A {
    OCRAM2_TZ_EN_0,
    OCRAM2_TZ_EN_1,
}

OCRAM2 TrustZone (TZ) enable.

Value on reset: 1

Variants

OCRAM2_TZ_EN_0

0: The TrustZone feature is disabled. Entire OCRAM2 space is available for all access types (secure/non-secure/user/supervisor).

OCRAM2_TZ_EN_1

1: The TrustZone feature is enabled. Access to address in the range specified by [ENDADDR:STARTADDR] follows the execution mode access policy described in CSU chapter.

Trait Implementations

impl Clone for OCRAM2_TZ_EN_A[src]

impl Copy for OCRAM2_TZ_EN_A[src]

impl Debug for OCRAM2_TZ_EN_A[src]

impl From<OCRAM2_TZ_EN_A> for bool[src]

impl PartialEq<OCRAM2_TZ_EN_A> for OCRAM2_TZ_EN_A[src]

impl StructuralPartialEq for OCRAM2_TZ_EN_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.