Enum efm32gg11b120_pac::adc1::scannegsel::INPUT6NEGSEL_A
source · [−]#[repr(u8)]
pub enum INPUT6NEGSEL_A {
INPUT1,
INPUT3,
INPUT5,
INPUT7,
}
Expand description
Negative Input Select Register for ADCn_INPUT1 in Differential Scan Mode
Value on reset: 3
Variants
INPUT1
0: Selects ADCn_INPUT1 as negative channel input
INPUT3
1: Selects ADCn_INPUT3 as negative channel input
INPUT5
2: Selects ADCn_INPUT5 as negative channel input
INPUT7
3: Selects ADCn_INPUT7 as negative channel input
Trait Implementations
sourceimpl Clone for INPUT6NEGSEL_A
impl Clone for INPUT6NEGSEL_A
sourcefn clone(&self) -> INPUT6NEGSEL_A
fn clone(&self) -> INPUT6NEGSEL_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for INPUT6NEGSEL_A
impl Debug for INPUT6NEGSEL_A
sourceimpl From<INPUT6NEGSEL_A> for u8
impl From<INPUT6NEGSEL_A> for u8
sourcefn from(variant: INPUT6NEGSEL_A) -> Self
fn from(variant: INPUT6NEGSEL_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<INPUT6NEGSEL_A> for INPUT6NEGSEL_A
impl PartialEq<INPUT6NEGSEL_A> for INPUT6NEGSEL_A
impl Copy for INPUT6NEGSEL_A
impl StructuralPartialEq for INPUT6NEGSEL_A
Auto Trait Implementations
impl RefUnwindSafe for INPUT6NEGSEL_A
impl Send for INPUT6NEGSEL_A
impl Sync for INPUT6NEGSEL_A
impl Unpin for INPUT6NEGSEL_A
impl UnwindSafe for INPUT6NEGSEL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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