pub enum AdcPrecision {
B_12,
B_10,
B_8,
B_6,
}
Expand description
ADC Sampling Precision
Variants§
Implementations§
Source§impl AdcPrecision
impl AdcPrecision
Trait Implementations§
Source§impl Clone for AdcPrecision
impl Clone for AdcPrecision
Source§fn clone(&self) -> AdcPrecision
fn clone(&self) -> AdcPrecision
Returns a duplicate 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 AdcPrecision
impl Debug for AdcPrecision
Source§impl From<AdcPrecision> for RES_A
impl From<AdcPrecision> for RES_A
Source§fn from(val: AdcPrecision) -> Self
fn from(val: AdcPrecision) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AdcPrecision
impl PartialEq for AdcPrecision
impl Copy for AdcPrecision
impl StructuralPartialEq for AdcPrecision
Auto Trait Implementations§
impl Freeze for AdcPrecision
impl RefUnwindSafe for AdcPrecision
impl Send for AdcPrecision
impl Sync for AdcPrecision
impl Unpin for AdcPrecision
impl UnwindSafe for AdcPrecision
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