Type Definition lpc81x_pac::lpc810::i2c0::stat::MONIDLE_R

source ·
pub type MONIDLE_R = BitReader<MONIDLE_A>;
Expand description

Field MONIDLE reader - 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§

Get enumerated values variant

Checks if the value of the field is NOT_IDLE

Checks if the value of the field is IDLE