pub struct R(_);
Expand description

Register ISR reader

Implementations

Bit 27 - Channel x transfer error flag (x = 1 ..7)

Bit 26 - Channel x half transfer flag (x = 1 ..7)

Bit 25 - Channel x transfer complete flag (x = 1 ..7)

Bit 24 - Channel x global interrupt flag (x = 1 ..7)

Bit 23 - Channel x transfer error flag (x = 1 ..7)

Bit 22 - Channel x half transfer flag (x = 1 ..7)

Bit 21 - Channel x transfer complete flag (x = 1 ..7)

Bit 20 - Channel x global interrupt flag (x = 1 ..7)

Bit 19 - Channel x transfer error flag (x = 1 ..7)

Bit 18 - Channel x half transfer flag (x = 1 ..7)

Bit 17 - Channel x transfer complete flag (x = 1 ..7)

Bit 16 - Channel x global interrupt flag (x = 1 ..7)

Bit 15 - Channel x transfer error flag (x = 1 ..7)

Bit 14 - Channel x half transfer flag (x = 1 ..7)

Bit 13 - Channel x transfer complete flag (x = 1 ..7)

Bit 12 - Channel x global interrupt flag (x = 1 ..7)

Bit 11 - Channel x transfer error flag (x = 1 ..7)

Bit 10 - Channel x half transfer flag (x = 1 ..7)

Bit 9 - Channel x transfer complete flag (x = 1 ..7)

Bit 8 - Channel x global interrupt flag (x = 1 ..7)

Bit 7 - Channel x transfer error flag (x = 1 ..7)

Bit 6 - Channel x half transfer flag (x = 1 ..7)

Bit 5 - Channel x transfer complete flag (x = 1 ..7)

Bit 4 - Channel x global interrupt flag (x = 1 ..7)

Bit 3 - Channel x transfer error flag (x = 1 ..7)

Bit 2 - Channel x half transfer flag (x = 1 ..7)

Bit 1 - Channel x transfer complete flag (x = 1 ..7)

Bit 0 - Channel x global interrupt flag (x = 1 ..7)

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.