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

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

Possible values of the field EXTIPINSEL8

Variants

Pin 8

Pin 9

Pin 10

Pin 11

Methods

impl EXTIPINSEL8R
[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 EXTIPINSEL8R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EXTIPINSEL8R
[src]

impl Debug for EXTIPINSEL8R
[src]

[src]

Formats the value using the given formatter.

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