pub enum Mode {
LowPower = 0,
HighPerformance = 1,
SingleDataConversion = 2,
}Expand description
Operating Mode
Variants§
LowPower = 0
Low power mode (12/14-bit resolution, depending on the set LowPowerMode)
HighPerformance = 1
High-performance mode (14 Bit resolution)
SingleDataConversion = 2
Single data conversion on-demand mode (12/14-bit resolution, depending on the set LowPowerMode)
Trait Implementations§
impl Copy for Mode
Auto Trait Implementations§
impl Freeze for Mode
impl RefUnwindSafe for Mode
impl Send for Mode
impl Sync for Mode
impl Unpin for Mode
impl UnwindSafe for Mode
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§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)