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

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

Values that can be written to 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.