pub enum ROVSM {
ContinuedMode = 0,
ResumedMode = 1,
}Expand description
Regular oversampling mode
Value on reset: 0
Variants§
ContinuedMode = 0
0: When injected conversions are triggered, the oversampling is temporary stopped and continued after the injection sequence (oversampling buffer is maintained during injected sequence)
ResumedMode = 1
1: When injected conversions are triggered, the current oversampling is aborted and resumed from start after the injection sequence (oversampling buffer is zeroed by injected sequence start)
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