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

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

Field TRIGTYPE writer - Trigger Type. Selects hardware trigger as edge triggered or level triggered.

Implementations

Writes variant to the field

Edge. Hardware trigger is edge triggered. Transfers will be initiated and completed, as specified for a single trigger.

Level. Hardware trigger is level triggered. Note that when level triggering without burst (BURSTPOWER = 0) is selected, only hardware triggers should be used on that channel. Transfers continue as long as the trigger level is asserted. Once the trigger is de-asserted, the transfer will be paused until the trigger is, again, asserted. However, the transfer will not be paused until any remaining transfers within the current BURSTPOWER length are completed.

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.