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

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

Possible values of the field WINTSEL0

Variants

Interrupt on signal above window

Interrupt on signal inside window

Interrupt on signal below window

Interrupt on signal outside window

Methods

impl WINTSEL0R
[src]

Value of the field as raw bits

Checks if the value of the field is ABOVE

Checks if the value of the field is INSIDE

Checks if the value of the field is BELOW

Checks if the value of the field is OUTSIDE

Trait Implementations

impl Clone for WINTSEL0R
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WINTSEL0R
[src]

impl Debug for WINTSEL0R
[src]

Formats the value using the given formatter. Read more

impl PartialEq for WINTSEL0R
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for WINTSEL0R

impl Sync for WINTSEL0R