Enum stm32_metapac::adc::vals::Rovsm
#[repr(u8)]pub enum Rovsm {
CONTINUED = 0,
RESUMED = 1,
}
Variants§
CONTINUED = 0
Oversampling is temporary stopped and continued after injection sequence
RESUMED = 1
Oversampling is aborted and resumed from start after injection sequence
Implementations§
Trait Implementations§
§impl Ord for Rovsm
impl Ord for Rovsm
§impl PartialOrd for Rovsm
impl PartialOrd for Rovsm
§fn partial_cmp(&self, other: &Rovsm) -> Option<Ordering>
fn partial_cmp(&self, other: &Rovsm) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Rovsm
impl Eq for Rovsm
impl StructuralEq for Rovsm
impl StructuralPartialEq for Rovsm
Auto Trait Implementations§
impl RefUnwindSafe for Rovsm
impl Send for Rovsm
impl Sync for Rovsm
impl Unpin for Rovsm
impl UnwindSafe for Rovsm
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