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

pub enum MSTCONTINUEW {
    NO_EFFECT,
    CONTINUE,
}

Values that can be written to the field MSTCONTINUE

Variants

No effect.

Continue. Informs the Master function to continue to the next operation. This must done after writing transmit data, reading received data, or any other housekeeping related to the next bus operation.