Enum stm32_metapac::opamp::vals::VpSel
#[repr(u8)]pub enum VpSel {
_RESERVED_0 = 0,
PB14 = 1,
PB0 = 2,
PA7 = 3,
}
Variants§
_RESERVED_0 = 0
PB14 = 1
PB14 used as OPAMP2 non-inverting input
PB0 = 2
PB0 used as OPAMP2 non-inverting input
PA7 = 3
PA7 used as OPAMP2 non-inverting input
Implementations§
Trait Implementations§
§impl Ord for VpSel
impl Ord for VpSel
§impl PartialOrd for VpSel
impl PartialOrd for VpSel
impl Copy for VpSel
impl Eq for VpSel
impl StructuralPartialEq for VpSel
Auto Trait Implementations§
impl Freeze for VpSel
impl RefUnwindSafe for VpSel
impl Send for VpSel
impl Sync for VpSel
impl Unpin for VpSel
impl UnwindSafe for VpSel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)