Struct lpc845_pac::adc0::seq_ctrl::LOWPRIO_W[][src]

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

Field LOWPRIO writer - Set priority for sequence A.

Implementations

Writes variant to the field

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

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.

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.