pub struct MSTSCLHIGH_W<'a> { /* private fields */ }
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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.