pub struct MSTSCLLOW_W<'a> { /* private fields */ }
Expand description

Field MSTSCLLOW writer - Master SCL Low time. Specifies the minimum low time that will be asserted by this master on SCL. Other devices on the bus (masters or slaves) could lengthen this time. This corresponds to the parameter t LOW in the I2C bus specification. I2C bus specification parameters tBUF and tSU;STA have the same values and are also controlled by MSTSCLLOW.

Implementations

Writes variant to the field

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.

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.