#[repr(u8)]pub enum RANGESEL_A {
RANGE0 = 0,
RANGE1 = 1,
RANGE2 = 2,
RANGE3 = 3,
}Expand description
Current Range Select
Value on reset: 0
Variants§
RANGE0 = 0
0: Current range set to 0 - 1.6 uA.
RANGE1 = 1
1: Current range set to 1.6 - 4.7 uA.
RANGE2 = 2
2: Current range set to 0.5 - 16 uA.
RANGE3 = 3
3: Current range set to 2 - 64 uA.
Trait Implementations§
Source§impl Clone for RANGESEL_A
impl Clone for RANGESEL_A
Source§fn clone(&self) -> RANGESEL_A
fn clone(&self) -> RANGESEL_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 RANGESEL_A
impl Debug for RANGESEL_A
Source§impl From<RANGESEL_A> for u8
impl From<RANGESEL_A> for u8
Source§fn from(variant: RANGESEL_A) -> Self
fn from(variant: RANGESEL_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RANGESEL_A
impl PartialEq for RANGESEL_A
impl Copy for RANGESEL_A
impl StructuralPartialEq for RANGESEL_A
Auto Trait Implementations§
impl Freeze for RANGESEL_A
impl RefUnwindSafe for RANGESEL_A
impl Send for RANGESEL_A
impl Sync for RANGESEL_A
impl Unpin for RANGESEL_A
impl UnwindSafe for RANGESEL_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