Enum atsame70n20b_pac::i2sc0::mr::DATALENGTH_A[][src]

#[repr(u8)]pub enum DATALENGTH_A {
    _32_BITS,
    _24_BITS,
    _20_BITS,
    _18_BITS,
    _16_BITS,
    _16_BITS_COMPACT,
    _8_BITS,
    _8_BITS_COMPACT,
}

Data Word Length

Value on reset: 0

Variants

_32_BITS

0: Data length is set to 32 bits

_24_BITS

1: Data length is set to 24 bits

_20_BITS

2: Data length is set to 20 bits

_18_BITS

3: Data length is set to 18 bits

_16_BITS

4: Data length is set to 16 bits

_16_BITS_COMPACT

5: 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

6: Data length is set to 8 bits

_8_BITS_COMPACT

7: 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 Clone for DATALENGTH_A[src]

impl Copy for DATALENGTH_A[src]

impl Debug for DATALENGTH_A[src]

impl PartialEq<DATALENGTH_A> for DATALENGTH_A[src]

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