Enum atsame54n19a_pac::i2s::txctrl::DATASIZE_A[][src]

#[repr(u8)]pub enum DATASIZE_A {
    _32,
    _24,
    _20,
    _18,
    _16,
    _16C,
    _8,
    _8C,
}

Data Word Size

Value on reset: 0

Variants

_32

0: 32 bits

_24

1: 24 bits

_20

2: 20 bits

_18

3: 18 bits

_16

4: 16 bits

_16C

5: 16 bits compact stereo

_8

6: 8 bits

_8C

7: 8 bits compact stereo

Trait Implementations

impl Clone for DATASIZE_A[src]

impl Copy for DATASIZE_A[src]

impl Debug for DATASIZE_A[src]

impl PartialEq<DATASIZE_A> for DATASIZE_A[src]

impl StructuralPartialEq for DATASIZE_A[src]

Auto Trait Implementations

impl Send for DATASIZE_A

impl Sync for DATASIZE_A

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