#[repr(u8)]pub enum PselPsel {
AnalogInput0 = 0,
AnalogInput1 = 1,
AnalogInput2 = 2,
AnalogInput3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
VddhDiv5 = 7,
}Variants§
AnalogInput0 = 0
AIN0 selected as analog input.
AnalogInput1 = 1
AIN1 selected as analog input.
AnalogInput2 = 2
AIN2 selected as analog input.
AnalogInput3 = 3
AIN3 selected as analog input.
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
VddhDiv5 = 7
VDDH/5 selected as analog input.
Implementations§
Trait Implementations§
Source§impl Ord for PselPsel
impl Ord for PselPsel
Source§impl PartialOrd for PselPsel
impl PartialOrd for PselPsel
impl Copy for PselPsel
impl Eq for PselPsel
impl StructuralPartialEq for PselPsel
Auto Trait Implementations§
impl Freeze for PselPsel
impl RefUnwindSafe for PselPsel
impl Send for PselPsel
impl Sync for PselPsel
impl Unpin for PselPsel
impl UnwindSafe for PselPsel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more