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

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

Possible values of the field FORMAT

Variants

32-bit word, 32-bit data

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

32-bit word, 24-bit data

32-bit word, 16-bit data

32-bit word, 8-bit data

16-bit word, 16-bit data

16-bit word, 8-bit data

8-bit word, 8-bit data

Methods

impl FORMATR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is W32D32

[src]

Checks if the value of the field is W32D24M

[src]

Checks if the value of the field is W32D24

[src]

Checks if the value of the field is W32D16

[src]

Checks if the value of the field is W32D8

[src]

Checks if the value of the field is W16D16

[src]

Checks if the value of the field is W16D8

[src]

Checks if the value of the field is W8D8

Trait Implementations

impl Clone for FORMATR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FORMATR
[src]

impl Debug for FORMATR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for FORMATR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.