[]Enum nucleo_f401re::pac::dma2::st::cr::CT_A

pub enum CT_A {
    MEMORY0,
    MEMORY1,
}

Current target (only in double buffer mode)

Value on reset: 0

Variants

MEMORY0

0: The current target memory is Memory 0

MEMORY1

1: The current target memory is Memory 1

Trait Implementations

impl Clone for CT_A

impl Copy for CT_A

impl Debug for CT_A

impl PartialEq<CT_A> for CT_A

impl StructuralPartialEq for CT_A

Auto Trait Implementations

impl Send for CT_A

impl Sync for CT_A

impl Unpin for CT_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> Same<T> for T

type Output = T

Should always be Self

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.