#[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
Internal Posivite Input 0 for Plus Channel – Internal Minus Input
PSEL_1 = 1
External Input 1 for Plus Channel – Reference Input 0
PSEL_2 = 2
External Input 2 for Plus Channel – Reference Input 1
PSEL_3 = 3
External Input 3 for Plus Channel – Reference Input 2
PSEL_4 = 4
External Input 4 for Plus Channel – Reference Input 3
PSEL_5 = 5
External Input 4 for Plus Channel – Reference Input 4
PSEL_6 = 6
External Input 4 for Plus Channel – Reference Input 5
PSEL_7 = 7
Internal 8b 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