Enum stm32_metapac::adc::vals::Tovs
#[repr(u8)]pub enum Tovs {
ALL_AFTER_TRIGGER = 0,
EACH_AFTER_TRIGGER = 1,
}
Variants§
ALL_AFTER_TRIGGER = 0
All oversampled conversions for a channel are done consecutively after a trigger.
EACH_AFTER_TRIGGER = 1
Each oversampled conversion for a channel needs a trigger.
Implementations§
Trait Implementations§
§impl Ord for Tovs
impl Ord for Tovs
§impl PartialOrd for Tovs
impl PartialOrd for Tovs
impl Copy for Tovs
impl Eq for Tovs
impl StructuralPartialEq for Tovs
Auto Trait Implementations§
impl Freeze for Tovs
impl RefUnwindSafe for Tovs
impl Send for Tovs
impl Sync for Tovs
impl Unpin for Tovs
impl UnwindSafe for Tovs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)