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

pub enum IDXCMDW {
    DISABLE,
    SET,
    CLEAR,
    HOLD,
}

Values that can be written to the field IDXCMD

Variants

Command disabled: Index toggles between cycles A and B

Set index: cycle B will be forced in the next cycle

Clear index: cycle A will be forced in the next cycle

Hold index: the next cycle will be the same as the current cycle

Auto Trait Implementations

impl Send for IDXCMDW

impl Sync for IDXCMDW