Enum efr32xg12p::i2c1::ctrl::BITOR [] [src]

pub enum BITOR {
    OFF,
    _40PCC,
    _80PCC,
    _160PCC,
}

Possible values of the field BITO

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.

Methods

impl BITOR
[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

Trait Implementations

impl Clone for BITOR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BITOR
[src]

impl Debug for BITOR
[src]

[src]

Formats the value using the given formatter.

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