Enum VpsSel
#[repr(u8)]pub enum VpsSel {
_RESERVED_0 = 0,
PB14 = 1,
PB0 = 2,
PA7 = 3,
}
Variants§
_RESERVED_0 = 0
PB14 = 1
PB14 used as OPAMP2 non-inverting input when TCM_EN=1
PB0 = 2
PB0 used as OPAMP2 non-inverting input when TCM_EN=1
PA7 = 3
PA7 used as OPAMP2 non-inverting input when TCM_EN=1
Implementations§
Trait Implementations§
§impl Ord for VpsSel
impl Ord for VpsSel
§impl PartialOrd for VpsSel
impl PartialOrd for VpsSel
impl Copy for VpsSel
impl Eq for VpsSel
impl StructuralPartialEq for VpsSel
Auto Trait Implementations§
impl Freeze for VpsSel
impl RefUnwindSafe for VpsSel
impl Send for VpsSel
impl Sync for VpsSel
impl Unpin for VpsSel
impl UnwindSafe for VpsSel
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