pub enum ADSTPR {
NotStopping = 0,
Stopping = 1,
}
Expand description
ADC stop conversion command
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