Struct lpc845_pac::dma0::channel::xfercfg::DSTINC_W[][src]

pub struct DSTINC_W<'a> { /* fields omitted */ }
Expand description

Field DSTINC writer - Determines whether the destination address is incremented for each DMA transfer.

Implementations

Writes variant to the field

No increment. The destination address is not incremented for each transfer. This is the usual case when the destination is a peripheral device.

1 x width. The destination address is incremented by the amount specified by Width for each transfer. This is the usual case when the destination is memory.

2 x width. The destination address is incremented by 2 times the amount specified by Width for each transfer.

4 x width. The destination address is incremented by 4 times the amount specified by Width for each transfer.

Writes raw bits to the field

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

Performs the conversion.

Performs the conversion.

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.