pub struct R(_);
Expand description

Register IF reader

Implementations

Bit 0 - START condition Interrupt Flag

Bit 1 - Repeated START condition Interrupt Flag

Bit 2 - Address Interrupt Flag

Bit 3 - Transfer Completed Interrupt Flag

Bit 4 - Transmit Buffer Level Interrupt Flag

Bit 5 - Receive Data Valid Interrupt Flag

Bit 6 - Acknowledge Received Interrupt Flag

Bit 7 - Not Acknowledge Received Interrupt Flag

Bit 8 - Master STOP Condition Interrupt Flag

Bit 9 - Arbitration Lost Interrupt Flag

Bit 10 - Bus Error Interrupt Flag

Bit 11 - Bus Held Interrupt Flag

Bit 12 - Transmit Buffer Overflow Interrupt Flag

Bit 13 - Receive Buffer Underflow Interrupt Flag

Bit 14 - Bus Idle Timeout Interrupt Flag

Bit 15 - Clock Low Timeout Interrupt Flag

Bit 16 - Slave STOP condition Interrupt Flag

Methods from Deref<Target = R<IF_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.