#[repr(u8)]pub enum Psel {
PSEL_0 = 0,
PSEL_1 = 1,
PSEL_2 = 2,
PSEL_3 = 3,
PSEL_4 = 4,
PSEL_5 = 5,
PSEL_6 = 6,
PSEL_7 = 7,
}Variants§
PSEL_0 = 0
IN0
PSEL_1 = 1
IN1
PSEL_2 = 2
IN2
PSEL_3 = 3
IN3
PSEL_4 = 4
IN4
PSEL_5 = 5
IN5
PSEL_6 = 6
IN6
PSEL_7 = 7
IN7
Implementations§
Trait Implementations§
Source§impl Ord for Psel
impl Ord for Psel
Source§impl PartialOrd for Psel
impl PartialOrd for Psel
impl Copy for Psel
impl Eq for Psel
impl StructuralPartialEq for Psel
Auto Trait Implementations§
impl Freeze for Psel
impl RefUnwindSafe for Psel
impl Send for Psel
impl Sync for Psel
impl Unpin for Psel
impl UnwindSafe for Psel
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