pub enum PSELPW {
    NC,
    ANALOGINPUT0,
    ANALOGINPUT1,
    ANALOGINPUT2,
    ANALOGINPUT3,
    ANALOGINPUT4,
    ANALOGINPUT5,
    ANALOGINPUT6,
    ANALOGINPUT7,
    VDD,
    VDDHDIV5,
}
Expand description

Values that can be written to the field PSELP

Variants

NC

Not connected

ANALOGINPUT0

AIN0

ANALOGINPUT1

AIN1

ANALOGINPUT2

AIN2

ANALOGINPUT3

AIN3

ANALOGINPUT4

AIN4

ANALOGINPUT5

AIN5

ANALOGINPUT6

AIN6

ANALOGINPUT7

AIN7

VDD

VDD

VDDHDIV5

VDDH/5

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.