#[repr(u8)]pub enum SM_A {
IDLE = 0,
ADC = 1,
PDOWN = 2,
VAL_0X03 = 3,
}
Expand description
Sleep Mode Select Bits
Value on reset: 0
Variants§
IDLE = 0
0: Idle
ADC = 1
1: ADC Noise Reduction (If Available)
PDOWN = 2
2: Power Down
VAL_0X03 = 3
3: Reserved
Trait Implementations§
source§impl PartialEq for SM_A
impl PartialEq for SM_A
impl Copy for SM_A
impl Eq for SM_A
impl StructuralPartialEq for SM_A
Auto Trait Implementations§
impl Freeze for SM_A
impl RefUnwindSafe for SM_A
impl Send for SM_A
impl Sync for SM_A
impl Unpin for SM_A
impl UnwindSafe for SM_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