Enum kea_hal::adc::ClockDivisor[][src]

pub enum ClockDivisor {
    _1,
    _2,
    _4,
    _8,
    _16,
}
Expand description

Adc Clock Divisors

Note 1/16 divisor is only usable for the Bus clock

Variants

_1

Source / 1, No divison

_2

Source / 2

_4

Source / 4

_8

Source / 8

_16

Source / 16

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.