#[repr(u8)]pub enum PselPsel {
ANALOG_INPUT0 = 0,
ANALOG_INPUT1 = 1,
ANALOG_INPUT2 = 2,
ANALOG_INPUT3 = 3,
ANALOG_INPUT4 = 4,
ANALOG_INPUT5 = 5,
ANALOG_INPUT6 = 6,
ANALOG_INPUT7 = 7,
}
Variants§
ANALOG_INPUT0 = 0
AIN0 selected as analog input
ANALOG_INPUT1 = 1
AIN1 selected as analog input
ANALOG_INPUT2 = 2
AIN2 selected as analog input
ANALOG_INPUT3 = 3
AIN3 selected as analog input
ANALOG_INPUT4 = 4
AIN4 selected as analog input
ANALOG_INPUT5 = 5
AIN5 selected as analog input
ANALOG_INPUT6 = 6
AIN6 selected as analog input
ANALOG_INPUT7 = 7
AIN7 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)