pub enum ADSTART_AW {
STARTCONVERSION = 1,
}
Expand description
ADC start conversion command
Value on reset: 0
Variants§
STARTCONVERSION = 1
1: Start the ADC conversion (may be delayed for hardware triggers)
Trait Implementations§
Source§impl Clone for ADSTART_AW
impl Clone for ADSTART_AW
Source§fn clone(&self) -> ADSTART_AW
fn clone(&self) -> ADSTART_AW
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ADSTART_AW
impl Debug for ADSTART_AW
Source§impl PartialEq for ADSTART_AW
impl PartialEq for ADSTART_AW
impl Copy for ADSTART_AW
impl StructuralPartialEq for ADSTART_AW
Auto Trait Implementations§
impl Freeze for ADSTART_AW
impl RefUnwindSafe for ADSTART_AW
impl Send for ADSTART_AW
impl Sync for ADSTART_AW
impl Unpin for ADSTART_AW
impl UnwindSafe for ADSTART_AW
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