[][src]Enum efm32gg11b820::usart2::i2sctrl::FORMATW

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

Values that can be written to the field FORMAT

Variants

W32D32

32-bit word, 32-bit data

W32D24M

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

W32D24

32-bit word, 24-bit data

W32D16

32-bit word, 16-bit data

W32D8

32-bit word, 8-bit data

W16D16

16-bit word, 16-bit data

W16D8

16-bit word, 8-bit data

W8D8

8-bit word, 8-bit data

Auto Trait Implementations

impl Send for FORMATW

impl Sync for FORMATW

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self