Type Definition lpc81x_pac::lpc811::i2c0::cfg::MONCLKSTR_W

source ·
pub type MONCLKSTR_W<'a, const O: u8> = BitWriter<'a, u32, CFG_SPEC, MONCLKSTR_A, O>;
Expand description

Field MONCLKSTR writer - Monitor function Clock Stretching.

Implementations§

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.