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