[][src]Enum lpc55_pac::dma0::intstat::ACTIVEINT_A

[]
pub enum ACTIVEINT_A {
    NOT_PENDING,
    PENDING,
}
[]

Summarizes whether any enabled interrupts (other than error interrupts) are pending.

Value on reset: 0

Variants

NOT_PENDING
[]

0: Not pending. No enabled interrupts are pending.

PENDING
[]

1: Pending. At least one enabled interrupt is pending.

Trait Implementations

impl Clone for ACTIVEINT_A[src][+]

impl Copy for ACTIVEINT_A[src]

impl Debug for ACTIVEINT_A[src][+]

impl From<ACTIVEINT_A> for bool[src][+]

impl PartialEq<ACTIVEINT_A> for ACTIVEINT_A[src][+]

impl StructuralPartialEq for ACTIVEINT_A[src]

Auto Trait Implementations

impl Send for ACTIVEINT_A

impl Sync for ACTIVEINT_A

impl Unpin for ACTIVEINT_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[src]

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.