Enum efr32xg12p::gpio::extipsell::EXTIPSEL2R [] [src]

pub enum EXTIPSEL2R {
    PORTA,
    PORTB,
    PORTC,
    PORTD,
    PORTF,
    PORTI,
    PORTJ,
    PORTK,
    _Reserved(u8),
}

Possible values of the field EXTIPSEL2

Variants

Port A group selected for external interrupt 2

Port B group selected for external interrupt 2

Port C group selected for external interrupt 2

Port D group selected for external interrupt 2

Port F group selected for external interrupt 2

Port I group selected for external interrupt 2

Port J group selected for external interrupt 2

Port K group selected for external interrupt 2

Reserved

Methods

impl EXTIPSEL2R
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is PORTA

[src]

Checks if the value of the field is PORTB

[src]

Checks if the value of the field is PORTC

[src]

Checks if the value of the field is PORTD

[src]

Checks if the value of the field is PORTF

[src]

Checks if the value of the field is PORTI

[src]

Checks if the value of the field is PORTJ

[src]

Checks if the value of the field is PORTK

Trait Implementations

impl Clone for EXTIPSEL2R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EXTIPSEL2R
[src]

impl Debug for EXTIPSEL2R
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for EXTIPSEL2R
[src]

[src]

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

[src]

This method tests for !=.