[][src]Enum xmc4100::gpdma0_ch0::cfgh::FCMODE_A

pub enum FCMODE_A {
    VALUE1,
    VALUE2,
}

Flow Control Mode

Value on reset: 0

Variants

VALUE1

0: Source transaction requests are serviced when they occur. Data pre-fetching is enabled.

VALUE2

1: Source transaction requests are not serviced until a destination transaction request occurs. In this mode, the amount of data transferred from the source is limited so that it is guaranteed to be transferred to the destination prior to block termination by the destination. Data pre-fetching is disabled.

Trait Implementations

impl Clone for FCMODE_A[src]

impl Copy for FCMODE_A[src]

impl Debug for FCMODE_A[src]

impl From<FCMODE_A> for bool[src]

impl PartialEq<FCMODE_A> for FCMODE_A[src]

impl StructuralPartialEq for FCMODE_A[src]

Auto Trait Implementations

impl Send for FCMODE_A

impl Sync for FCMODE_A

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