[][src]Enum imxrt1062_system_control::cm7_itcmcr::RETEN_A

pub enum RETEN_A {
    RETEN_0,
    RETEN_1,
}

Retry phase enable. When enabled the processor guarantees to honor the retry output on the corresponding TCM interface, re-executing the instruction which carried out the TCM access.

Value on reset: 0

Variants

RETEN_0

0: Retry phase disabled.

RETEN_1

1: Retry phase enabled.

Trait Implementations

impl Clone for RETEN_A[src]

impl Copy for RETEN_A[src]

impl Debug for RETEN_A[src]

impl From<RETEN_A> for bool[src]

impl PartialEq<RETEN_A> for RETEN_A[src]

impl StructuralPartialEq for RETEN_A[src]

Auto Trait Implementations

impl Send for RETEN_A

impl Sync for RETEN_A

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