Enum stm32_metapac::adc::vals::Trovs
#[repr(u8)]pub enum Trovs {
AUTOMATIC = 0,
TRIGGERED = 1,
}
Variants§
AUTOMATIC = 0
All oversampled conversions for a channel are run following a trigger
TRIGGERED = 1
Each oversampled conversion for a channel needs a new trigger
Implementations§
Trait Implementations§
§impl Ord for Trovs
impl Ord for Trovs
§impl PartialOrd for Trovs
impl PartialOrd for Trovs
§fn partial_cmp(&self, other: &Trovs) -> Option<Ordering>
fn partial_cmp(&self, other: &Trovs) -> 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 Trovs
impl Eq for Trovs
impl StructuralEq for Trovs
impl StructuralPartialEq for Trovs
Auto Trait Implementations§
impl RefUnwindSafe for Trovs
impl Send for Trovs
impl Sync for Trovs
impl Unpin for Trovs
impl UnwindSafe for Trovs
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