Enum VmSel
#[repr(u8)]pub enum VmSel {
Vinm0 = 0,
Vinm1 = 1,
Pga = 2,
Output = 3,
}Variants§
Vinm0 = 0
VINM0 connected to VINM input
Vinm1 = 1
VINM1 connected to VINM input
Pga = 2
Feedback resistor connected to VINM (PGA mode)
Output = 3
OpAmp output connected to VINM (Follower mode)
Implementations§
Trait Implementations§
impl Copy for VmSel
impl Eq for VmSel
§impl Ord for VmSel
impl Ord for VmSel
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for VmSel
impl PartialOrd for VmSel
impl StructuralPartialEq for VmSel
Auto Trait Implementations§
impl Freeze for VmSel
impl RefUnwindSafe for VmSel
impl Send for VmSel
impl Sync for VmSel
impl Unpin for VmSel
impl UnsafeUnpin for VmSel
impl UnwindSafe for VmSel
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