[]Enum feather_f405::pac::adc1::smpr2::SMP9_A

#[repr(u8)]pub enum SMP9_A {
    CYCLES3,
    CYCLES15,
    CYCLES28,
    CYCLES56,
    CYCLES84,
    CYCLES112,
    CYCLES144,
    CYCLES480,
}

Channel 9 sampling time selection

Value on reset: 0

Variants

CYCLES3

0: 3 cycles

CYCLES15

1: 15 cycles

CYCLES28

2: 28 cycles

CYCLES56

3: 56 cycles

CYCLES84

4: 84 cycles

CYCLES112

5: 112 cycles

CYCLES144

6: 144 cycles

CYCLES480

7: 480 cycles

Trait Implementations

impl Clone for SMP9_A

impl Copy for SMP9_A

impl Debug for SMP9_A

impl PartialEq<SMP9_A> for SMP9_A

impl StructuralPartialEq for SMP9_A

Auto Trait Implementations

impl Send for SMP9_A

impl Sync for SMP9_A

impl Unpin for SMP9_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.