[][src]Enum imxrt1062_flexspi::mcr2::CLRAHBBUFOPT_A

pub enum CLRAHBBUFOPT_A {
    CLRAHBBUFOPT_0,
    CLRAHBBUFOPT_1,
}

This bit determines whether AHB RX Buffer and AHB TX Buffer will be cleaned automaticaly when FlexSPI returns STOP mode ACK. Software should set this bit if AHB RX Buffer or AHB TX Buffer will be powered off in STOP mode. Otherwise AHB read access after exiting STOP mode may hit AHB RX Buffer or AHB TX Buffer but their data entries are invalid.

Value on reset: 0

Variants

CLRAHBBUFOPT_0

0: AHB RX/TX Buffer will not be cleaned automatically when FlexSPI return Stop mode ACK.

CLRAHBBUFOPT_1

1: AHB RX/TX Buffer will be cleaned automatically when FlexSPI return Stop mode ACK.

Trait Implementations

impl Clone for CLRAHBBUFOPT_A[src]

impl Copy for CLRAHBBUFOPT_A[src]

impl Debug for CLRAHBBUFOPT_A[src]

impl From<CLRAHBBUFOPT_A> for bool[src]

impl PartialEq<CLRAHBBUFOPT_A> for CLRAHBBUFOPT_A[src]

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