Struct lpc845_pac::i2c0::stat::MONIDLE_W[][src]

pub struct MONIDLE_W<'a> { /* fields omitted */ }
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

Writes variant to the field

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.

Sets the field bit

Clears the field bit

Writes raw bits to the field

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.