Enum atsamd21e18a::tcc0::ctrlbclr::CMDW[][src]

pub enum CMDW {
    NONE,
    RETRIGGER,
    STOP,
    UPDATE,
    READSYNC,
}

Values that can be written to the field CMD

Variants

No action

Clear start, restart or retrigger

Force stop

Force update of double buffered registers

Force COUNT read synchronization

Auto Trait Implementations

impl Send for CMDW

impl Sync for CMDW