Enum atsamd21e18a::ac::statusc::WSTATE0R[][src]

pub enum WSTATE0R {
    ABOVE,
    INSIDE,
    BELOW,
    _Reserved(u8),
}

Possible values of the field WSTATE0

Variants

Signal is above window

Signal is inside window

Signal is below window

Reserved

Methods

impl WSTATE0R
[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

Trait Implementations

impl Clone for WSTATE0R
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WSTATE0R
[src]

impl Debug for WSTATE0R
[src]

Formats the value using the given formatter. Read more

impl PartialEq for WSTATE0R
[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 WSTATE0R

impl Sync for WSTATE0R