Enum efr32xg12p::gpio::extipinselh::EXTIPINSEL15R [] [src]

pub enum EXTIPINSEL15R {
    PIN12,
    PIN13,
    PIN14,
    PIN15,
}

Possible values of the field EXTIPINSEL15

Variants

Pin 12

Pin 13

Pin 14

Pin 15

Methods

impl EXTIPINSEL15R
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is PIN12

[src]

Checks if the value of the field is PIN13

[src]

Checks if the value of the field is PIN14

[src]

Checks if the value of the field is PIN15

Trait Implementations

impl Clone for EXTIPINSEL15R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EXTIPINSEL15R
[src]

impl Debug for EXTIPINSEL15R
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for EXTIPINSEL15R
[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 !=.