[][src]Enum k210_pac::dmac::channel::cfg::TT_FC_A

pub enum TT_FC_A {
    MEM2MEM_DMA,
    MEM2PRF_DMA,
    PRF2MEM_DMA,
    PRF2PRF_DMA,
    PRF2MEM_PRF,
    PRF2PRF_SRCPRF,
    MEM2PRF_PRF,
    PRF2PRF_DSTPRF,
}

Transfer type and flow control

Value on reset: 0

Variants

MEM2MEM_DMA

0: Transfer memory to memory and flow controller is DMAC

MEM2PRF_DMA

1: Transfer memory to peripheral and flow controller is DMAC

PRF2MEM_DMA

2: Transfer peripheral to memory and flow controller is DMAC

PRF2PRF_DMA

3: Transfer peripheral to peripheral and flow controller is DMAC

PRF2MEM_PRF

4: Transfer peripheral to memory and flow controller is source peripheral

PRF2PRF_SRCPRF

5: Transfer peripheral to peripheral and flow controller is source peripheral

MEM2PRF_PRF

6: Transfer memory to peripheral and flow controller is destination peripheral

PRF2PRF_DSTPRF

7: Transfer peripheral to peripheral and flow controller is destination peripheral

Trait Implementations

impl From<TT_FC_A> for u8[src]

impl PartialEq<TT_FC_A> for TT_FC_A[src]

impl Debug for TT_FC_A[src]

impl Copy for TT_FC_A[src]

impl Clone for TT_FC_A[src]

Auto Trait Implementations

impl Unpin for TT_FC_A

impl Send for TT_FC_A

impl Sync for TT_FC_A

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]