[]Enum nucleo_f401re::pac::adc_common::ccr::ADCPRE_A

#[repr(u8)]pub enum ADCPRE_A {
    DIV2,
    DIV4,
    DIV6,
    DIV8,
}

ADC prescaler

Value on reset: 0

Variants

DIV2

0: PCLK2 divided by 2

DIV4

1: PCLK2 divided by 4

DIV6

2: PCLK2 divided by 6

DIV8

3: PCLK2 divided by 8

Trait Implementations

impl Clone for ADCPRE_A

impl Copy for ADCPRE_A

impl Debug for ADCPRE_A

impl PartialEq<ADCPRE_A> for ADCPRE_A

impl StructuralPartialEq for ADCPRE_A

Auto Trait Implementations

impl Send for ADCPRE_A

impl Sync for ADCPRE_A

impl Unpin for ADCPRE_A

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.