#[repr(u8)]pub enum BIASMODE_A {
DUTYCYCLE = 0,
HIGHACC = 1,
DONTTOUCH = 2,
}
Expand description
Select bias mode
Value on reset: 0
Variants§
DUTYCYCLE = 0
0: Bias module duty cycled between low power and high accuracy mode
HIGHACC = 1
1: Bias module always in high accuracy mode
DONTTOUCH = 2
2: Bias module not affected by LESENSE
Trait Implementations§
Source§impl Clone for BIASMODE_A
impl Clone for BIASMODE_A
Source§fn clone(&self) -> BIASMODE_A
fn clone(&self) -> BIASMODE_A
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 BIASMODE_A
impl Debug for BIASMODE_A
Source§impl From<BIASMODE_A> for u8
impl From<BIASMODE_A> for u8
Source§fn from(variant: BIASMODE_A) -> Self
fn from(variant: BIASMODE_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BIASMODE_A
impl PartialEq for BIASMODE_A
impl Copy for BIASMODE_A
impl StructuralPartialEq for BIASMODE_A
Auto Trait Implementations§
impl Freeze for BIASMODE_A
impl RefUnwindSafe for BIASMODE_A
impl Send for BIASMODE_A
impl Sync for BIASMODE_A
impl Unpin for BIASMODE_A
impl UnwindSafe for BIASMODE_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