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

pub enum EXTIPINSEL10R {
    PIN8,
    PIN9,
    PIN10,
    PIN11,
}

Possible values of the field EXTIPINSEL10

Variants

Pin 8

Pin 9

Pin 10

Pin 11

Methods

impl EXTIPINSEL10R
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is PIN8

[src]

Checks if the value of the field is PIN9

[src]

Checks if the value of the field is PIN10

[src]

Checks if the value of the field is PIN11

Trait Implementations

impl Clone for EXTIPINSEL10R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EXTIPINSEL10R
[src]

impl Debug for EXTIPINSEL10R
[src]

[src]

Formats the value using the given formatter.

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