[][src]Enum lpc54606_pac::i2s0::fifocfg::TXI2SE0_A

pub enum TXI2SE0_A {
    LAST_VALUE,
    ZERO,
}

Transmit I2S empty 0. Determines the value sent by the I2S in transmit mode if the TX FIFO becomes empty. This value is sent repeatedly until the I2S is paused, the error is cleared, new data is provided, and the I2S is un-paused.

Value on reset: 0

Variants

LAST_VALUE

0: If the TX FIFO becomes empty, the last value is sent. This setting may be used when the data length is 24 bits or less, or when MONO = 1 for this channel pair.

ZERO

1: If the TX FIFO becomes empty, 0 is sent. Use if the data length is greater than 24 bits or if zero fill is preferred.

Trait Implementations

impl Clone for TXI2SE0_A[src]

impl Copy for TXI2SE0_A[src]

impl Debug for TXI2SE0_A[src]

impl From<TXI2SE0_A> for bool[src]

impl PartialEq<TXI2SE0_A> for TXI2SE0_A[src]

impl StructuralPartialEq for TXI2SE0_A[src]

Auto Trait Implementations

impl Send for TXI2SE0_A

impl Sync for TXI2SE0_A

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