Enum daisy::pac::adc3::difsel::DIFSEL12_A
pub enum DIFSEL12_A {
SingleEnded = 0,
Differential = 1,
}
Expand description
ADC channel differential or single-ended mode for channel
Value on reset: 0
Variants§
SingleEnded = 0
0: Input channel is configured in single-ended mode
Differential = 1
1: Input channel is configured in differential mode
Trait Implementations§
impl Copy for DIFSEL0_A
impl StructuralPartialEq for DIFSEL0_A
Auto Trait Implementations§
impl Freeze for DIFSEL0_A
impl RefUnwindSafe for DIFSEL0_A
impl Send for DIFSEL0_A
impl Sync for DIFSEL0_A
impl Unpin for DIFSEL0_A
impl UnwindSafe for DIFSEL0_A
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