Enum lpc845_pac::dma0::channel::cfg::TRIGTYPE_A[][src]

pub enum TRIGTYPE_A {
    EDGE,
    LEVEL,
}
Expand description

Trigger Type. Selects hardware trigger as edge triggered or level triggered.

Value on reset: 0

Variants

EDGE

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

LEVEL

1: 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.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.