Enum atsamd21e18a::tcc0::ctrla::PRESCSYNCW[][src]

pub enum PRESCSYNCW {
    GCLK,
    PRESC,
    RESYNC,
}

Values that can be written to the field PRESCSYNC

Variants

Reload or reset counter on next GCLK

Reload or reset counter on next prescaler clock

Reload or reset counter on next GCLK and reset prescaler counter

Auto Trait Implementations

impl Send for PRESCSYNCW

impl Sync for PRESCSYNCW