pub struct R(_);
Expand description

Register CC reader

Implementations

Bit 0 - Channel x Transfer Type

Bits 1:2 - Channel x Memory Burst Size

Bit 4 - Channel x Synchronization

Bit 6 - Channel x Software Request Trigger

Bit 7 - Channel x Fill Block of memory

Bits 8:10 - Channel x Chunk Size

Bits 11:12 - Channel x Data Width

Bit 13 - Channel x Source Interface Identifier

Bit 14 - Channel x Destination Interface Identifier

Bits 16:17 - Channel x Source Addressing Mode

Bits 18:19 - Channel x Destination Addressing Mode

Bit 21 - Channel Initialization Terminated (this bit is read-only)

Bit 22 - Read in Progress (this bit is read-only)

Bit 23 - Write in Progress (this bit is read-only)

Bits 24:30 - Channel x Peripheral Hardware Request Line Identifier

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