Enum stm32_metapac::opamp::vals::VpsSel
#[repr(u8)]pub enum VpsSel {
VINP0 = 0,
VINP1 = 1,
VINP2 = 2,
DAC3_CH1 = 3,
}
Variants§
VINP0 = 0
VINP0 connected to VINP input
VINP1 = 1
VINP1 connected to VINP input
VINP2 = 2
VINP2 connected to VINP input
DAC3_CH1 = 3
DAC3_CH1 connected to VINP input
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
)