[][src]Enum atsam4sd32c_pac::adc::mr::ANACH_A

pub enum ANACH_A {
    NONE,
    ALLOWED,
}

Analog Change

Value on reset: 0

Variants

NONE

0: No analog change on channel switching: DIFF0, GAIN0 and OFF0 are used for all channels

ALLOWED

1: Allows different analog settings for each channel. See ADC_CGR and ADC_COR registers

Trait Implementations

impl Clone for ANACH_A[src]

impl Copy for ANACH_A[src]

impl Debug for ANACH_A[src]

impl From<ANACH_A> for bool[src]

impl PartialEq<ANACH_A> for ANACH_A[src]

impl StructuralPartialEq for ANACH_A[src]

Auto Trait Implementations

impl Send for ANACH_A

impl Sync for ANACH_A

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