#[repr(u8)]pub enum Dualselselect {
Both = 0,
Interleave = 1,
}
Expand description
Dual Mode Trigger Selection
Value on reset: 0
Variants§
Both = 0
0: Start event or software trigger will start a conversion on both ADCs
Interleave = 1
1: START event or software trigger will alternatingly start a conversion on ADC0 and ADC1
Trait Implementations§
Source§impl Clone for Dualselselect
impl Clone for Dualselselect
Source§fn clone(&self) -> Dualselselect
fn clone(&self) -> Dualselselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Dualselselect
impl Debug for Dualselselect
Source§impl From<Dualselselect> for u8
impl From<Dualselselect> for u8
Source§fn from(variant: Dualselselect) -> Self
fn from(variant: Dualselselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Dualselselect
impl PartialEq for Dualselselect
impl Copy for Dualselselect
impl Eq for Dualselselect
impl IsEnum for Dualselselect
impl StructuralPartialEq for Dualselselect
Auto Trait Implementations§
impl Freeze for Dualselselect
impl RefUnwindSafe for Dualselselect
impl Send for Dualselselect
impl Sync for Dualselselect
impl Unpin for Dualselselect
impl UnwindSafe for Dualselselect
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