Enum efm32hg222f64::cmu::lfbpresc0::LEUART0R [] [src]

pub enum LEUART0R {
    DIV1,
    DIV2,
    DIV4,
    DIV8,
}

Possible values of the field LEUART0

Variants

LFBCLKLEUART0 = LFBCLK

LFBCLKLEUART0 = LFBCLK/2

LFBCLKLEUART0 = LFBCLK/4

LFBCLKLEUART0 = LFBCLK/8

Methods

impl LEUART0R
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DIV1

[src]

Checks if the value of the field is DIV2

[src]

Checks if the value of the field is DIV4

[src]

Checks if the value of the field is DIV8

Trait Implementations

impl Clone for LEUART0R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LEUART0R
[src]

impl Debug for LEUART0R
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for LEUART0R
[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 !=.