pub enum ADSTARTW {
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§
impl Copy for ADSTARTW
impl Eq for ADSTARTW
impl StructuralPartialEq for ADSTARTW
Auto Trait Implementations§
impl Freeze for ADSTARTW
impl RefUnwindSafe for ADSTARTW
impl Send for ADSTARTW
impl Sync for ADSTARTW
impl Unpin for ADSTARTW
impl UnwindSafe for ADSTARTW
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