Enum VmsSel
#[repr(u8)]pub enum VmsSel {
Pc5 = 0,
Pa5 = 1,
}Variants§
Pc5 = 0
PC5 (VM0) used as OPAMP2 inverting input when TCM_EN = 1
Pa5 = 1
PA5 (VM1) used as OPAMP2 inverting input when TCM_EN = 1
Implementations§
Trait Implementations§
impl Copy for VmsSel
impl Eq for VmsSel
§impl Ord for VmsSel
impl Ord for VmsSel
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 VmsSel
impl PartialOrd for VmsSel
impl StructuralPartialEq for VmsSel
Auto Trait Implementations§
impl Freeze for VmsSel
impl RefUnwindSafe for VmsSel
impl Send for VmsSel
impl Sync for VmsSel
impl Unpin for VmsSel
impl UnsafeUnpin for VmsSel
impl UnwindSafe for VmsSel
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