[][src]Enum nrf52840_hal::saadc::Time

#[repr(u8)]pub enum Time {
    _3US,
    _5US,
    _10US,
    _15US,
    _20US,
    _40US,
}

Acquisition time, the time the SAADC uses to sample the input voltage

Value on reset: 2

Variants

_3US

0: 3 us

_5US

1: 5 us

_10US

2: 10 us

_15US

3: 15 us

_20US

4: 20 us

_40US

5: 40 us

Trait Implementations

impl Clone for TACQ_A[src]

impl Copy for TACQ_A[src]

impl Debug for TACQ_A[src]

impl PartialEq<TACQ_A> for TACQ_A[src]

impl StructuralPartialEq for TACQ_A[src]

Auto Trait Implementations

impl Send for TACQ_A

impl Sync for TACQ_A

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