Enum atsam4n8c_pac::adc::mr::LOWRES_A[][src]

pub enum LOWRES_A {
    BITS_10,
    BITS_8,
}

Resolution

Value on reset: 0

Variants

BITS_10

0: 10-bit resolution. For higher resolution by interpolation, please refer to “ADC Extended Mode Register” on page 81

BITS_8

1: 8-bit resolution

Trait Implementations

impl Clone for LOWRES_A[src]

impl Copy for LOWRES_A[src]

impl Debug for LOWRES_A[src]

impl PartialEq<LOWRES_A> for LOWRES_A[src]

impl StructuralPartialEq for LOWRES_A[src]

Auto Trait Implementations

impl Send for LOWRES_A

impl Sync for LOWRES_A

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