[−][src]Enum lpc55_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
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.
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
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
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][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,