Enum stm32_metapac::opamp::vals::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
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
)