Enum atsamd21e18a::tcc0::evctrl::EVACT0W[][src]

pub enum EVACT0W {
    OFF,
    RETRIGGER,
    COUNTEV,
    START,
    INC,
    COUNT,
    FAULT,
}

Values that can be written to the field EVACT0

Variants

Event action disabled

Start, restart or re-trigger counter on event

Count on event

Start counter on event

Increment counter on event

Count on active state of asynchronous event

Non-recoverable fault

Auto Trait Implementations

impl Send for EVACT0W

impl Sync for EVACT0W