pub enum ADSTPW {
StopConversion = 1,
}
Expand description
ADC stop conversion command This bit is set by software to stop and discard an ongoing conversion (ADSTP Command). It is cleared by hardware when the conversion is effectively discarded and the ADC is ready to accept a new start conversion command. Note: Setting ADSTP to ‘1’ is only effective when ADSTART=1 and ADDIS=0 (ADC is enabled and may be converting and there is no pending request to disable the ADC)
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