pub enum ROVSM {
Continued = 0,
Resumed = 1,
}
Expand description
Regular Oversampling mode
Value on reset: 0
Variants§
Continued = 0
0: Oversampling is temporary stopped and continued after injection sequence
Resumed = 1
1: Oversampling is aborted and resumed from start after injection sequence
Trait Implementations§
impl Copy for ROVSM
impl Eq for ROVSM
impl StructuralPartialEq for ROVSM
Auto Trait Implementations§
impl Freeze for ROVSM
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