[][src]Enum efm32gg11b820::uart1::i2sctrl::FORMATR

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

Possible values of 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

Methods

impl FORMATR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_w32d32(&self) -> bool[src]

Checks if the value of the field is W32D32

pub fn is_w32d24m(&self) -> bool[src]

Checks if the value of the field is W32D24M

pub fn is_w32d24(&self) -> bool[src]

Checks if the value of the field is W32D24

pub fn is_w32d16(&self) -> bool[src]

Checks if the value of the field is W32D16

pub fn is_w32d8(&self) -> bool[src]

Checks if the value of the field is W32D8

pub fn is_w16d16(&self) -> bool[src]

Checks if the value of the field is W16D16

pub fn is_w16d8(&self) -> bool[src]

Checks if the value of the field is W16D8

pub fn is_w8d8(&self) -> bool[src]

Checks if the value of the field is W8D8

Trait Implementations

impl Copy for FORMATR[src]

impl Debug for FORMATR[src]

impl PartialEq<FORMATR> for FORMATR[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for FORMATR[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FORMATR

impl Sync for FORMATR

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