Enum lpc82x::i2c0::msttime::MSTSCLLOWR [] [src]

pub enum MSTSCLLOWR {
    _2_CLOCKS,
    _3_CLOCKS,
    _4_CLOCKS,
    _5_CLOCKS,
    _6_CLOCKS,
    _7_CLOCKS,
    _8_CLOCKS,
    _9_CLOCKS,
}

Possible values of the field MSTSCLLOW

Variants

2 clocks. Minimum SCL low time is 2 clocks of the I2C clock pre-divider.

3 clocks. Minimum SCL low time is 3 clocks of the I2C clock pre-divider.

4 clocks. Minimum SCL low time is 4 clocks of the I2C clock pre-divider.

5 clocks. Minimum SCL low time is 5 clocks of the I2C clock pre-divider.

6 clocks. Minimum SCL low time is 6 clocks of the I2C clock pre-divider.

7 clocks. Minimum SCL low time is 7 clocks of the I2C clock pre-divider.

8 clocks. Minimum SCL low time is 8 clocks of the I2C clock pre-divider.

9 clocks. Minimum SCL low time is 9 clocks of the I2C clock pre-divider.

Methods

impl MSTSCLLOWR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _2_CLOCKS

[src]

Checks if the value of the field is _3_CLOCKS

[src]

Checks if the value of the field is _4_CLOCKS

[src]

Checks if the value of the field is _5_CLOCKS

[src]

Checks if the value of the field is _6_CLOCKS

[src]

Checks if the value of the field is _7_CLOCKS

[src]

Checks if the value of the field is _8_CLOCKS

[src]

Checks if the value of the field is _9_CLOCKS

Trait Implementations

impl Clone for MSTSCLLOWR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MSTSCLLOWR
[src]

impl Debug for MSTSCLLOWR
[src]

[src]

Formats the value using the given formatter.

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