Type Definition lpc81x_pac::lpc812::i2c0::stat::MONIDLE_W

source ·
pub type MONIDLE_W<'a, const O: u8> = BitWriter<'a, u32, STAT_SPEC, MONIDLE_A, O>;
Expand description

Field MONIDLE writer - Monitor Idle flag. This flag is set when the Monitor function sees the I2C bus change from active to inactive. This can be used by software to decide when to process data accumulated by the Monitor function. This flag will cause an interrupt when set if enabled via the INTENSET register. The flag can be cleared by writing a 1 to this bit.

Implementations§

Not idle. The I2C bus is not idle, or this flag has been cleared by software.

Idle. The I2C bus has gone idle at least once since the last time this flag was cleared by software.