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

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

Possible values of the field MSTSCLHIGH

Variants

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

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

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

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

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

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

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

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

Methods

impl MSTSCLHIGHR
[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 MSTSCLHIGHR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MSTSCLHIGHR
[src]

impl Debug for MSTSCLHIGHR
[src]

[src]

Formats the value using the given formatter.

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