Enum kea_hal::adc::AdcClocks[][src]

pub enum AdcClocks {
    Bus,
    External,
    Async,
}
Expand description

Clock types available to the Adc peripheral

Dividers will be chosen appropriately to suit requested clock rate.

Variants

Bus

Use the incoming Bus Clock

External

jkl

Async

Available in Wait AND Stop Mode

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.