Enum Rovsm
#[repr(u8)]pub enum Rovsm {
Continued = 0,
Resumed = 1,
}Variants§
Continued = 0
Continued mode: When injected conversions are triggered, the oversampling is temporary stopped and continued after the injection sequence (oversampling buffer is maintained during injected sequence).
Resumed = 1
Resumed mode: 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).
Implementations§
Trait Implementations§
§impl Ord for Rovsm
impl Ord for Rovsm
§impl PartialOrd for Rovsm
impl PartialOrd for Rovsm
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