#[repr(u8)]pub enum Psel {
INPUT_0 = 0,
INPUT_1 = 1,
INPUT_2 = 2,
INPUT_3 = 3,
INPUT_4 = 4,
INPUT_5 = 5,
_RESERVED_6 = 6,
INPUT_7 = 7,
}Variants§
INPUT_0 = 0
Input 0p
INPUT_1 = 1
Input 1p
INPUT_2 = 2
Input 2p
INPUT_3 = 3
Input 3p
INPUT_4 = 4
Input 4p
INPUT_5 = 5
Input 5p
_RESERVED_6 = 6
INPUT_7 = 7
Internal DAC output
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