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

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

Values that can be written to 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

Auto Trait Implementations

impl Send for SRCW

impl Sync for SRCW