Enum lpc845_pac::i2c0::stat::MONIDLE_A[][src]

pub enum MONIDLE_A {
    NOT_IDLE,
    IDLE,
}
Expand description

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.

Value on reset: 0

Variants

NOT_IDLE

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

IDLE

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

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.