pub struct R(_);
Expand description

Register ISR reader

Implementations

Bit 0 - Channel 1 global interrupt flag

Bit 1 - Channel 1 transfer complete flag

Bit 2 - Channel 1 half transfer flag

Bit 3 - Channel 1 transfer error flag

Bit 4 - Channel 2 global interrupt flag

Bit 5 - Channel 2 transfer complete flag

Bit 6 - Channel 2 half transfer flag

Bit 7 - Channel 2 transfer error flag

Bit 8 - Channel 3 global interrupt flag

Bit 9 - Channel 3 transfer complete flag

Bit 10 - Channel 3 half transfer flag

Bit 11 - Channel 3 transfer error flag

Bit 12 - Channel 4 global interrupt flag

Bit 13 - Channel 4 transfer complete flag

Bit 14 - Channel 4 half transfer flag

Bit 15 - Channel 4 transfer error flag

Bit 16 - Channel 5 global interrupt flag

Bit 17 - Channel 5 transfer complete flag

Bit 18 - Channel 5 half transfer flag

Bit 19 - Channel 5 transfer error flag

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.