pub enum ADSTPR {
NotStopping = 0,
Stopping = 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§
Trait Implementations§
impl Copy for ADSTPR
impl Eq for ADSTPR
impl StructuralPartialEq for ADSTPR
Auto Trait Implementations§
impl Freeze for ADSTPR
impl RefUnwindSafe for ADSTPR
impl Send for ADSTPR
impl Sync for ADSTPR
impl Unpin for ADSTPR
impl UnwindSafe for ADSTPR
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