[][src]Enum efm32hg309f64::usart0::i2sctrl::FORMAT_A

pub enum FORMAT_A {
    W32D32,
    W32D24M,
    W32D24,
    W32D16,
    W32D8,
    W16D16,
    W16D8,
    W8D8,
}

I2S Word Format

Value on reset: 0

Variants

W32D32

0: 32-bit word, 32-bit data

W32D24M

1: 32-bit word, 32-bit data with 8 lsb masked

W32D24

2: 32-bit word, 24-bit data

W32D16

3: 32-bit word, 16-bit data

W32D8

4: 32-bit word, 8-bit data

W16D16

5: 16-bit word, 16-bit data

W16D8

6: 16-bit word, 8-bit data

W8D8

7: 8-bit word, 8-bit data

Trait Implementations

impl From<FORMAT_A> for u8[src]

impl Debug for FORMAT_A[src]

impl PartialEq<FORMAT_A> for FORMAT_A[src]

impl Copy for FORMAT_A[src]

impl StructuralPartialEq for FORMAT_A[src]

impl Clone for FORMAT_A[src]

Auto Trait Implementations

impl Unpin for FORMAT_A

impl Send for FORMAT_A

impl Sync for FORMAT_A

Blanket Implementations

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

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, 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