pub enum DEEPPWD {
Disabled = 0,
Enabled = 1,
}
Expand description
Deep-power-down enable
Value on reset: 1
Variants§
Disabled = 0
0: ADC not in Deep-power down
Enabled = 1
1: ADC in Deep-power-down (default reset state)
Trait Implementations§
impl Copy for DEEPPWD
impl Eq for DEEPPWD
impl StructuralPartialEq for DEEPPWD
Auto Trait Implementations§
impl Freeze for DEEPPWD
impl RefUnwindSafe for DEEPPWD
impl Send for DEEPPWD
impl Sync for DEEPPWD
impl Unpin for DEEPPWD
impl UnwindSafe for DEEPPWD
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