Enum samd21g18a::ac::winctrl::WINTSEL0W[][src]

pub enum WINTSEL0W {
    ABOVE,
    INSIDE,
    BELOW,
    OUTSIDE,
}

Values that can be written to the field WINTSEL0

Variants

Interrupt on signal above window

Interrupt on signal inside window

Interrupt on signal below window

Interrupt on signal outside window

Auto Trait Implementations

impl Send for WINTSEL0W

impl Sync for WINTSEL0W