pub struct R(_);
Expand description

Register CH1CTL reader

Implementations

Bit 0 - Channel enable

Bit 1 - Enable bit for full transfer finish interrupt

Bit 2 - Enable bit for half transfer finish interrupt

Bit 3 - Enable bit for tranfer access error interrupt

Bit 4 - Transfer mode

Bit 5 - Circular mode enable

Bit 6 - Next address generation algorithm of peripheral

Bit 7 - Next address generation algorithm of memory

Bits 8:9 - Transfer data size of peripheral

Bits 10:11 - Transfer data size of memory

Bits 12:13 - Priority Level of this channel

Bit 14 - Memory to memory mode

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