[][src]Enum stm32l0xx_hal::pac::adc::ccr::PRESCW

pub enum PRESCW {
    DIV1,
    DIV2,
    DIV4,
    DIV6,
    DIV8,
    DIV10,
    DIV12,
    DIV16,
    DIV32,
    DIV64,
    DIV128,
    DIV256,
}

Values that can be written to the field PRESC

Variants

DIV1

Input ADC clock not divided

DIV2

Input ADC clock divided by 2

DIV4

Input ADC clock divided by 4

DIV6

Input ADC clock divided by 6

DIV8

Input ADC clock divided by 8

DIV10

Input ADC clock divided by 10

DIV12

Input ADC clock divided by 12

DIV16

Input ADC clock divided by 16

DIV32

Input ADC clock divided by 32

DIV64

Input ADC clock divided by 64

DIV128

Input ADC clock divided by 128

DIV256

Input ADC clock divided by 256

Trait Implementations

impl PartialEq<PRESCW> for PRESCW[src]

impl Debug for PRESCW[src]

impl Copy for PRESCW[src]

impl Clone for PRESCW[src]

Auto Trait Implementations

impl Unpin for PRESCW

impl Send for PRESCW

impl Sync for PRESCW

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self