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

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

Field SRCINC writer - Determines whether the source address is incremented for each DMA transfer.

Implementations

Writes variant to the field

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

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

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

4 x width. The source 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.