[][src]Enum lpc54606_pac::i2s0::stat::DATAPAUSED_A

pub enum DATAPAUSED_A {
    NOT_PAUSED,
    PAUSED,
}

Data Paused status flag. Applies to all I2S channels

Value on reset: 0

Variants

NOT_PAUSED

0: Data is not currently paused. A data pause may have been requested but is not yet in force, waiting for an allowed pause point. Refer to the description of the DATAPAUSE control bit in the CFG1 register.

PAUSED

1: A data pause has been requested and is now in force.

Trait Implementations

impl Clone for DATAPAUSED_A[src]

impl Copy for DATAPAUSED_A[src]

impl Debug for DATAPAUSED_A[src]

impl From<DATAPAUSED_A> for bool[src]

impl PartialEq<DATAPAUSED_A> for DATAPAUSED_A[src]

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