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

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

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