pub enum TOVS {
TriggerAll = 0,
TriggerEach = 1,
}
Expand description
Triggered Oversampling This bit is set and cleared by software. Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
Value on reset: 0
Variants§
TriggerAll = 0
0: All oversampled conversions for a channel are done consecutively after a trigger
TriggerEach = 1
1: Each oversampled conversion for a channel needs a trigger
Trait Implementations§
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