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

pub enum CNTSELW {
    START,
    END,
    BETWEEN,
    BOUNDARY,
}

Values that can be written to the field CNTSEL

Variants

An interrupt/event is generated when a new counter cycle starts

An interrupt/event is generated when a counter cycle ends

An interrupt/event is generated when a counter cycle ends, except for the first and last cycles

An interrupt/event is generated when a new counter cycle starts or a counter cycle ends

Auto Trait Implementations

impl Send for CNTSELW

impl Sync for CNTSELW