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

pub enum CLTOR {
    OFF,
    _40PCC,
    _80PCC,
    _160PCC,
    _320PCC,
    _1024PCC,
    _Reserved(u8),
}

Possible values of the field CLTO

Variants

Timeout disabled

Timeout after 40 prescaled clock cycles. In standard mode at 100 kHz, this results in a 50us timeout.

Timeout after 80 prescaled clock cycles. In standard mode at 100 kHz, this results in a 100us timeout.

Timeout after 160 prescaled clock cycles. In standard mode at 100 kHz, this results in a 200us timeout.

Timeout after 320 prescaled clock cycles. In standard mode at 100 kHz, this results in a 400us timeout.

Timeout after 1024 prescaled clock cycles. In standard mode at 100 kHz, this results in a 1280us timeout.

Reserved

Methods

impl CLTOR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is OFF

[src]

Checks if the value of the field is _40PCC

[src]

Checks if the value of the field is _80PCC

[src]

Checks if the value of the field is _160PCC

[src]

Checks if the value of the field is _320PCC

[src]

Checks if the value of the field is _1024PCC

Trait Implementations

impl Clone for CLTOR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CLTOR
[src]

impl Debug for CLTOR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for CLTOR
[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 CLTOR

impl Sync for CLTOR