Struct lpc845_pac::i2c0::msttime::MSTSCLHIGH_W[][src]

pub struct MSTSCLHIGH_W<'a> { /* fields omitted */ }
Expand description

Field MSTSCLHIGH writer - Master SCL High time. Specifies the minimum high time that will be asserted by this master on SCL. Other masters in a multi-master system could shorten this time. This corresponds to the parameter tHIGH in the I2C bus specification. I2C bus specification parameters tSU;STO and tHD;STA have the same values and are also controlled by MSTSCLHIGH.

Implementations

Writes variant to the field

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.

Writes raw bits to the field

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.