pub struct R(_);
Expand description

Register IF reader

Implementations

Bit 0 - TX Complete Interrupt Flag

Bit 1 - TX Buffer Level Interrupt Flag

Bit 2 - RX Data Valid Interrupt Flag

Bit 3 - RX Buffer Full Interrupt Flag

Bit 4 - RX Overflow Interrupt Flag

Bit 5 - RX Underflow Interrupt Flag

Bit 6 - TX Overflow Interrupt Flag

Bit 7 - TX Underflow Interrupt Flag

Bit 8 - Parity Error Interrupt Flag

Bit 9 - Framing Error Interrupt Flag

Bit 10 - Multi-Processor Address Frame Interrupt Flag

Bit 11 - Slave-Select In Master Mode Interrupt Flag

Bit 12 - Collision Check Fail 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.