pub struct R(_);
Expand description

Register ISR reader

Implementations

Bit 27 - transfer error (TE) flag for channel 7

Bit 26 - half transfer (HT) flag for channel 7

Bit 25 - transfer complete (TC) flag for channel 7

Bit 24 - global interrupt flag for channel 7

Bit 23 - transfer error (TE) flag for channel 6

Bit 22 - half transfer (HT) flag for channel 6

Bit 21 - transfer complete (TC) flag for channel 6

Bit 20 - global interrupt flag for channel 6

Bit 19 - transfer error (TE) flag for channel 5

Bit 18 - half transfer (HT) flag for channel 5

Bit 17 - transfer complete (TC) flag for channel 5

Bit 16 - global interrupt flag for channel 5

Bit 15 - transfer error (TE) flag for channel 4

Bit 14 - half transfer (HT) flag for channel 4

Bit 13 - transfer complete (TC) flag for channel 4

Bit 12 - global interrupt flag for channel 4

Bit 11 - transfer error (TE) flag for channel 3

Bit 10 - half transfer (HT) flag for channel 3

Bit 9 - transfer complete (TC) flag for channel 3

Bit 8 - global interrupt flag for channel 3

Bit 7 - transfer error (TE) flag for channel 2

Bit 6 - half transfer (HT) flag for channel 2

Bit 5 - transfer complete (TC) flag for channel 2

Bit 4 - global interrupt flag for channel 2

Bit 3 - transfer error (TE) flag for channel 1

Bit 2 - half transfer (HT) flag for channel 1

Bit 1 - transfer complete (TC) flag for channel 1

Bit 0 - global interrupt flag for channel 1

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