Enum VmSel
#[repr(u8)]pub enum VmSel {
Gpio = 0,
LowLeakage = 1,
NotConnected = 2,
_RESERVED_3 = 3,
}Variants§
Gpio = 0
GPIO connected to VINM (valid also in PGA mode for filtering)
LowLeakage = 1
Low leakage inputs connected (only available in certain packages)
NotConnected = 2
VINM not externally connected, valid only in PGA mode
_RESERVED_3 = 3
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