pub enum PSELW {
    ANALOGINPUT0,
    ANALOGINPUT1,
    ANALOGINPUT2,
    ANALOGINPUT3,
    ANALOGINPUT4,
    ANALOGINPUT5,
    ANALOGINPUT6,
    ANALOGINPUT7,
}
Expand description

Values that can be written to the field PSEL

Variants

ANALOGINPUT0

AIN0 selected as analog input

ANALOGINPUT1

AIN1 selected as analog input

ANALOGINPUT2

AIN2 selected as analog input

ANALOGINPUT3

AIN3 selected as analog input

ANALOGINPUT4

AIN4 selected as analog input

ANALOGINPUT5

AIN5 selected as analog input

ANALOGINPUT6

AIN6 selected as analog input

ANALOGINPUT7

AIN7 selected as analog input

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.