Enum lpc82x::i2c0::cfg::MONCLKSTRW [] [src]

pub enum MONCLKSTRW {
    DISABLED,
    ENABLED,
}

Values that can be written to the field MONCLKSTR

Variants

Disabled. The monitor function will not perform clock stretching. Software or DMA may not always be able to read data provided by the monitor function before it is overwritten. This mode may be used when non-invasive monitoring is critical.

Enabled. The monitor function will perform clock stretching in order to ensure that software or DMA can read all incoming data supplied by the monitor function.