Enum lpc845_pac::adc0::seq_ctrl::LOWPRIO_A[][src]

pub enum LOWPRIO_A {
    LOW_PRIORITY,
    HIGH_PRIORITY,
}
Expand description

Set priority for sequence A.

Value on reset: 0

Variants

LOW_PRIORITY

0: Low priority. Any B trigger which occurs while an A conversion sequence is active will be ignored and lost.

HIGH_PRIORITY

1: High priority. Setting this bit to a 1 will permit any enabled B sequence trigger (including a B sequence software start) to immediately interrupt sequence A and launch a B sequence in it’s place. The conversion currently in progress will be terminated. The A sequence that was interrupted will automatically resume after the B sequence completes. The channel whose conversion was terminated will be re-sampled and the conversion sequence will resume from that point.

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.