[][src]Type Definition lpc54606_pac::i2c0::msttime::R

type R = R<u32, MSTTIME>;

Reader of register MSTTIME

Methods

impl R[src]

pub fn mstscllow(&self) -> MSTSCLLOW_R[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(&self) -> MSTSCLHIGH_R[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.