Enum nrf52832::adc::AdcChannel
source · pub enum AdcChannel {
AnalogInput0 = 1,
AnalogInput1 = 2,
AnalogInput2 = 3,
AnalogInput3 = 4,
AnalogInput4 = 5,
AnalogInput5 = 6,
AnalogInput6 = 7,
AnalogInput7 = 8,
VDD = 9,
VDDHDIV5 = 13,
}
Variants§
AnalogInput0 = 1
AnalogInput1 = 2
AnalogInput2 = 3
AnalogInput3 = 4
AnalogInput4 = 5
AnalogInput5 = 6
AnalogInput6 = 7
AnalogInput7 = 8
VDD = 9
VDDHDIV5 = 13
Trait Implementations§
source§impl Clone for AdcChannel
impl Clone for AdcChannel
source§fn clone(&self) -> AdcChannel
fn clone(&self) -> AdcChannel
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 AdcChannel
impl Debug for AdcChannel
source§impl PartialEq for AdcChannel
impl PartialEq for AdcChannel
source§fn eq(&self, other: &AdcChannel) -> bool
fn eq(&self, other: &AdcChannel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AdcChannel
impl StructuralPartialEq for AdcChannel
Auto Trait Implementations§
impl Freeze for AdcChannel
impl RefUnwindSafe for AdcChannel
impl Send for AdcChannel
impl Sync for AdcChannel
impl Unpin for AdcChannel
impl UnwindSafe for AdcChannel
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)