[][src]Enum atsams70n19b::i2sc0::i2sc_mr::DATALENGTHW

pub enum DATALENGTHW {
    _32_BITS,
    _24_BITS,
    _20_BITS,
    _18_BITS,
    _16_BITS,
    _16_BITS_COMPACT,
    _8_BITS,
    _8_BITS_COMPACT,
}

Values that can be written to the field DATALENGTH

Variants

_32_BITS

Data length is set to 32 bits

_24_BITS

Data length is set to 24 bits

_20_BITS

Data length is set to 20 bits

_18_BITS

Data length is set to 18 bits

_16_BITS

Data length is set to 16 bits

_16_BITS_COMPACT

Data length is set to 16-bit compact stereo. Left sample in bits 15:0 and right sample in bits 31:16 of same word.

_8_BITS

Data length is set to 8 bits

_8_BITS_COMPACT

Data length is set to 8-bit compact stereo. Left sample in bits 7:0 and right sample in bits 15:8 of the same word.

Trait Implementations

impl Debug for DATALENGTHW[src]

impl PartialEq<DATALENGTHW> for DATALENGTHW[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for DATALENGTHW[src]

impl Clone for DATALENGTHW[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self