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

pub struct EVENTTIMEOUT_W<'a> { /* fields omitted */ }
Expand description

Field EVENTTIMEOUT writer - Event Time-out Interrupt flag. Indicates when the time between events has been longer than the time specified by the TIMEOUT register. Events include Start, Stop, and clock edges. The flag is cleared by writing a 1 to this bit. No time-out is created when the I2C-bus is idle.

Implementations

Writes variant to the field

No time-out. I2C bus events have not caused a time-out.

Event time-out. The time between I2C bus events has been longer than the time specified by the TIMEOUT register.

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.