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

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

Possible values of the field EXTIPINSEL13

Variants

Pin 12

Pin 13

Pin 14

Pin 15

Methods

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EXTIPINSEL13R
[src]

impl Debug for EXTIPINSEL13R
[src]

[src]

Formats the value using the given formatter.

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