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