#[repr(u8)]pub enum RESINMUX_A {
DISABLE = 0,
OPA1INP = 1,
NEGPAD = 2,
POSPAD = 3,
VSS = 4,
}Expand description
OPA2 Resistor Ladder Input Mux
Value on reset: 0
Variants§
DISABLE = 0
0: Set for Unity Gain
OPA1INP = 1
1: Set for OPA1 input
NEGPAD = 2
2: NEG PAD connected
POSPAD = 3
3: POS PAD connected
VSS = 4
4: VSS connected
Trait Implementations§
Source§impl Clone for RESINMUX_A
impl Clone for RESINMUX_A
Source§fn clone(&self) -> RESINMUX_A
fn clone(&self) -> RESINMUX_A
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RESINMUX_A
impl Debug for RESINMUX_A
Source§impl From<RESINMUX_A> for u8
impl From<RESINMUX_A> for u8
Source§fn from(variant: RESINMUX_A) -> Self
fn from(variant: RESINMUX_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RESINMUX_A
impl PartialEq for RESINMUX_A
impl Copy for RESINMUX_A
impl StructuralPartialEq for RESINMUX_A
Auto Trait Implementations§
impl Freeze for RESINMUX_A
impl RefUnwindSafe for RESINMUX_A
impl Send for RESINMUX_A
impl Sync for RESINMUX_A
impl Unpin for RESINMUX_A
impl UnwindSafe for RESINMUX_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