#[repr(u8)]pub enum NEGSEL_A {
DISABLE = 0,
UG = 1,
OPATAP = 2,
NEGPAD = 3,
}
Expand description
OPA1 inverting Input Mux
Value on reset: 0
Variants§
DISABLE = 0
0: Input disabled
UG = 1
1: Unity Gain feedback path
OPATAP = 2
2: OPA1 Resistor ladder as input
NEGPAD = 3
3: Input from NEG PAD
Trait Implementations§
impl Copy for NEGSEL_A
impl StructuralPartialEq for NEGSEL_A
Auto Trait Implementations§
impl Freeze for NEGSEL_A
impl RefUnwindSafe for NEGSEL_A
impl Send for NEGSEL_A
impl Sync for NEGSEL_A
impl Unpin for NEGSEL_A
impl UnwindSafe for NEGSEL_A
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