Enum stm32wlxx_hal::pac::adc::cr::ADSTART_AW
pub enum ADSTART_AW {
StartConversion = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
ADSTART
Value on reset: 0
Variants§
StartConversion = 1
1: Start the ADC conversion (may be delayed for hardware triggers)
Trait Implementations§
§impl Clone for ADSTART_AW
impl Clone for ADSTART_AW
§fn clone(&self) -> ADSTART_AW
fn clone(&self) -> ADSTART_AW
Returns a copy 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 more§impl Debug for ADSTART_AW
impl Debug for ADSTART_AW
§impl PartialEq for ADSTART_AW
impl PartialEq for ADSTART_AW
§fn eq(&self, other: &ADSTART_AW) -> bool
fn eq(&self, other: &ADSTART_AW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ADSTART_AW
impl StructuralPartialEq for ADSTART_AW
Auto Trait Implementations§
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