Enum atsamd21e18a::tcc0::fctrlb::SRCR[][src]

pub enum SRCR {
    DISABLE,
    ENABLE,
    INVERT,
    ALTFAULT,
}

Possible values of the field SRC

Variants

Fault input disabled

MCEx (x=0,1) event input

Inverted MCEx (x=0,1) event input

Alternate fault (A or B) state at the end of the previous period

Methods

impl SRCR
[src]

Value of the field as raw bits

Checks if the value of the field is DISABLE

Checks if the value of the field is ENABLE

Checks if the value of the field is INVERT

Checks if the value of the field is ALTFAULT

Trait Implementations

impl Clone for SRCR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SRCR
[src]

impl Debug for SRCR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for SRCR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for SRCR

impl Sync for SRCR