[][src]Type Definition lpc55s6x_pac::i2c0::msttime::W

type W = W<u32, MSTTIME>;

Writer for register MSTTIME

Methods

impl W[src]

pub fn mstscllow(&mut self) -> MSTSCLLOW_W[src]

Bits 0:2 - 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.

pub fn mstsclhigh(&mut self) -> MSTSCLHIGH_W[src]

Bits 4:6 - 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.