Enum daisy::pac::adc3::cr::ADCALLIN_A
pub enum ADCALLIN_A {
NoLinearity = 0,
Linearity = 1,
}
Expand description
Linearity calibration
Value on reset: 0
Variants§
NoLinearity = 0
0: ADC calibration without linearaity calibration
Linearity = 1
1: ADC calibration with linearaity calibration
Trait Implementations§
§impl Clone for ADCALLIN_A
impl Clone for ADCALLIN_A
§fn clone(&self) -> ADCALLIN_A
fn clone(&self) -> ADCALLIN_A
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 more§impl Debug for ADCALLIN_A
impl Debug for ADCALLIN_A
§impl PartialEq for ADCALLIN_A
impl PartialEq for ADCALLIN_A
§fn eq(&self, other: &ADCALLIN_A) -> bool
fn eq(&self, other: &ADCALLIN_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ADCALLIN_A
impl StructuralPartialEq for ADCALLIN_A
Auto Trait Implementations§
impl Freeze for ADCALLIN_A
impl RefUnwindSafe for ADCALLIN_A
impl Send for ADCALLIN_A
impl Sync for ADCALLIN_A
impl Unpin for ADCALLIN_A
impl UnwindSafe for ADCALLIN_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