[][src]Enum k22f::adc0::cfg2::ADLSTS_A

#[repr(u8)]pub enum ADLSTS_A {
    _00,
    _01,
    _10,
    _11,
}

Long Sample Time Select

Value on reset: 0

Variants

_00

0: Default longest sample time; 20 extra ADCK cycles; 24 ADCK cycles total.

_01

1: 12 extra ADCK cycles; 16 ADCK cycles total sample time.

_10

2: 6 extra ADCK cycles; 10 ADCK cycles total sample time.

_11

3: 2 extra ADCK cycles; 6 ADCK cycles total sample time.

Trait Implementations

impl Clone for ADLSTS_A[src]

impl Copy for ADLSTS_A[src]

impl Debug for ADLSTS_A[src]

impl From<ADLSTS_A> for u8[src]

impl PartialEq<ADLSTS_A> for ADLSTS_A[src]

impl StructuralPartialEq for ADLSTS_A[src]

Auto Trait Implementations

impl Send for ADLSTS_A

impl Sync for ADLSTS_A

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