Enum efm32gg11b820::i2c2::ctrl::CLHRR [] [src]

pub enum CLHRR {
    STANDARD,
    ASYMMETRIC,
    FAST,
    _Reserved(u8),
}

Possible values of the field CLHR

Variants

The ratio between low period and high period counters (Nlow:Nhigh) is 4:4

The ratio between low period and high period counters (Nlow:Nhigh) is 6:3

The ratio between low period and high period counters (Nlow:Nhigh) is 11:6

Reserved

Methods

impl CLHRR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is STANDARD

[src]

Checks if the value of the field is ASYMMETRIC

[src]

Checks if the value of the field is FAST

Trait Implementations

impl Clone for CLHRR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CLHRR
[src]

impl Debug for CLHRR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for CLHRR
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for CLHRR

impl Sync for CLHRR