pub struct R(_);
Expand description

Register DMA_S4CR reader

Implementations

Bit 0 - EN

Bit 1 - DMEIE

Bit 2 - TEIE

Bit 3 - HTIE

Bit 4 - TCIE

Bit 5 - PFCTRL

Bits 6:7 - DIR

Bit 8 - CIRC

Bit 9 - PINC

Bit 10 - MINC

Bits 11:12 - PSIZE

Bits 13:14 - MSIZE

Bit 15 - PINCOS

Bits 16:17 - PL

Bit 18 - DBM

Bit 19 - CT

Bits 21:22 - PBURST

Bits 23:24 - MBURST

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