Enum mkw41z::llwu::pe1::WUPE0R [] [src]

pub enum WUPE0R {
    _00,
    _01,
    _10,
    _11,
}

Possible values of the field WUPE0

Variants

External input pin disabled as wakeup input

External input pin enabled with rising edge detection

External input pin enabled with falling edge detection

External input pin enabled with any change detection

Methods

impl WUPE0R
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _00

[src]

Checks if the value of the field is _01

[src]

Checks if the value of the field is _10

[src]

Checks if the value of the field is _11

Trait Implementations

impl Clone for WUPE0R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for WUPE0R
[src]

impl Debug for WUPE0R
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for WUPE0R
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for WUPE0R

impl Sync for WUPE0R