[][src]Enum lpc54606_pac::dma0::channel::ctlstat::VALIDPENDING_A

pub enum VALIDPENDING_A {
    NO_EFFECT,
    VALID_PENDING,
}

Valid pending flag for this channel. This bit is set when a 1 is written to the corresponding bit in the related SETVALID register when CFGVALID = 1 for the same channel.

Value on reset: 0

Variants

NO_EFFECT

0: No effect. No effect on DMA operation.

VALID_PENDING

1: Valid pending.

Trait Implementations

impl Clone for VALIDPENDING_A[src]

impl Copy for VALIDPENDING_A[src]

impl Debug for VALIDPENDING_A[src]

impl From<VALIDPENDING_A> for bool[src]

impl PartialEq<VALIDPENDING_A> for VALIDPENDING_A[src]

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