Enum VmSel
#[repr(u8)]pub enum VmSel {
Pc5 = 0,
Pa5 = 1,
Pga = 2,
Follower = 3,
}Variants§
Pc5 = 0
PC5 (VM0) used as OPAMP2 inverting input
Pa5 = 1
PA5 (VM1) used as OPAMP2 inverting input
Pga = 2
Resistor feedback output (PGA mode)
Follower = 3
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