[][src]Enum imxrt1062_dma0::dchpri24::ECP_A

pub enum ECP_A {
    ECP_0,
    ECP_1,
}

Enable Channel Preemption. This field resets to 0.

Value on reset: 0

Variants

ECP_0

0: Channel n cannot be suspended by a higher priority channel's service request.

ECP_1

1: Channel n can be temporarily suspended by the service request of a higher priority channel.

Trait Implementations

impl Clone for ECP_A[src]

impl Copy for ECP_A[src]

impl Debug for ECP_A[src]

impl From<ECP_A> for bool[src]

impl PartialEq<ECP_A> for ECP_A[src]

impl StructuralPartialEq for ECP_A[src]

Auto Trait Implementations

impl Send for ECP_A

impl Sync for ECP_A

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