[][src]Enum atsamd51j19a::adc0::inputctrl::MUXNEGR

pub enum MUXNEGR {
    AIN0,
    AIN1,
    AIN2,
    AIN3,
    AIN4,
    AIN5,
    AIN6,
    AIN7,
    GND,
    _Reserved(u8),
}

Possible values of the field MUXNEG

Variants

AIN0

ADC AIN0 Pin

AIN1

ADC AIN1 Pin

AIN2

ADC AIN2 Pin

AIN3

ADC AIN3 Pin

AIN4

ADC AIN4 Pin

AIN5

ADC AIN5 Pin

AIN6

ADC AIN6 Pin

AIN7

ADC AIN7 Pin

GND

Internal Ground

_Reserved(u8)

Reserved

Methods

impl MUXNEGR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_ain0(&self) -> bool[src]

Checks if the value of the field is AIN0

pub fn is_ain1(&self) -> bool[src]

Checks if the value of the field is AIN1

pub fn is_ain2(&self) -> bool[src]

Checks if the value of the field is AIN2

pub fn is_ain3(&self) -> bool[src]

Checks if the value of the field is AIN3

pub fn is_ain4(&self) -> bool[src]

Checks if the value of the field is AIN4

pub fn is_ain5(&self) -> bool[src]

Checks if the value of the field is AIN5

pub fn is_ain6(&self) -> bool[src]

Checks if the value of the field is AIN6

pub fn is_ain7(&self) -> bool[src]

Checks if the value of the field is AIN7

pub fn is_gnd(&self) -> bool[src]

Checks if the value of the field is GND

Trait Implementations

impl Debug for MUXNEGR[src]

impl PartialEq<MUXNEGR> for MUXNEGR[src]

impl Copy for MUXNEGR[src]

impl Clone for MUXNEGR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MUXNEGR

impl Sync for MUXNEGR

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]