[][src]Enum atsamd51j19a::ccl::lutctrl::INSEL2R

pub enum INSEL2R {
    MASK,
    FEEDBACK,
    LINK,
    EVENT,
    IO,
    AC,
    TC,
    ALTTC,
    TCC,
    SERCOM,
    _Reserved(u8),
}

Possible values of the field INSEL2

Variants

MASK

Masked input

FEEDBACK

Feedback input source

LINK

Linked LUT input source

EVENT

Event input source

IO

I/O pin input source

AC

AC input source

TC

TC input source

ALTTC

Alternate TC input source

TCC

TCC input source

SERCOM

SERCOM input source

_Reserved(u8)

Reserved

Methods

impl INSEL2R[src]

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

Value of the field as raw bits

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

Checks if the value of the field is MASK

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

Checks if the value of the field is FEEDBACK

Checks if the value of the field is LINK

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

Checks if the value of the field is EVENT

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

Checks if the value of the field is IO

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

Checks if the value of the field is AC

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

Checks if the value of the field is TC

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

Checks if the value of the field is ALTTC

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

Checks if the value of the field is TCC

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

Checks if the value of the field is SERCOM

Trait Implementations

impl Debug for INSEL2R[src]

impl PartialEq<INSEL2R> for INSEL2R[src]

impl Copy for INSEL2R[src]

impl Clone for INSEL2R[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 INSEL2R

impl Sync for INSEL2R

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]