Struct lpc81x_pac::lpc812::i2c0::intenset::R

source ·
pub struct R(_);
Expand description

Register INTENSET reader

Implementations§

Bit 0 - Master Pending interrupt Enable.

Bit 4 - Master Arbitration Loss interrupt Enable.

Bit 6 - Master Start/Stop Error interrupt Enable.

Bit 8 - Slave Pending interrupt Enable.

Bit 11 - Slave Not Stretching interrupt Enable.

Bit 15 - Slave Deselect interrupt Enable.

Bit 16 - Monitor data Ready interrupt Enable.

Bit 17 - Monitor Overrun interrupt Enable.

Bit 19 - Monitor Idle interrupt Enable.

Bit 24 - Event time-out interrupt Enable.

Bit 25 - SCL time-out interrupt Enable.

Methods from Deref<Target = R<INTENSET_SPEC>>§

Reads raw bits from register.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Converts to this type from the input type.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.