pub enum ADENW {
Enabled = 1,
}
Expand description
ADC enable command
Value on reset: 0
Variants§
Enabled = 1
1: Enable the ADC
Trait Implementations§
impl Copy for ADENW
impl Eq for ADENW
impl StructuralPartialEq for ADENW
Auto Trait Implementations§
impl Freeze for ADENW
impl RefUnwindSafe for ADENW
impl Send for ADENW
impl Sync for ADENW
impl Unpin for ADENW
impl UnwindSafe for ADENW
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