Struct lpc845_pac::dma0::channel::cfg::TRIGBURST_W[][src]

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

Field TRIGBURST writer - Trigger Burst. Selects whether hardware triggers cause a single or burst transfer.

Implementations

Writes variant to the field

Single transfer. Hardware trigger causes a single transfer.

Burst transfer. When the trigger for this channel is set to edge triggered, a hardware trigger causes a burst transfer, as defined by BURSTPOWER. When the trigger for this channel is set to level triggered, a hardware trigger causes transfers to continue as long as the trigger is asserted, unless the transfer is complete.

Sets the field bit

Clears the field bit

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.