Enum lpc82x::i2c0::mstctl::MSTSTOPW [] [src]

pub enum MSTSTOPW {
    NO_EFFECT,
    STOP,
}

Values that can be written to the field MSTSTOP

Variants

No effect.

Stop. A Stop will be generated on the I2C bus at the next allowed time, preceded by a NACK to the slave if the master is receiving data from the slave (Master Receiver mode).