pub enum ROVSE {
Disabled = 0,
Enabled = 1,
}
Expand description
Regular Oversampling Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ROVSE
impl Eq for ROVSE
impl StructuralPartialEq for ROVSE
Auto Trait Implementations§
impl Freeze for ROVSE
impl RefUnwindSafe for ROVSE
impl Send for ROVSE
impl Sync for ROVSE
impl Unpin for ROVSE
impl UnwindSafe for ROVSE
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