#[repr(u8)]
pub enum DUALSEL_A {
BOTH,
INTERLEAVE,
}
Expand description
Dual Mode Trigger Selection
Value on reset: 0
Variants
BOTH
0: Start event or software trigger will start a conversion on both ADCs
INTERLEAVE
1: START event or software trigger will alternatingly start a conversion on ADC0 and ADC1
Trait Implementations
impl Copy for DUALSEL_A
impl StructuralPartialEq for DUALSEL_A
Auto Trait Implementations
impl RefUnwindSafe for DUALSEL_A
impl Send for DUALSEL_A
impl Sync for DUALSEL_A
impl Unpin for DUALSEL_A
impl UnwindSafe for DUALSEL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more